Skip to content

Commit 1ad9735

Browse files
devondragonclaude
andcommitted
Fix JavaDoc syntax error in JSONResponse
Remove extra closing </p> tag that was causing JavaDoc generation to fail. The </pre> tag should not be followed by </p> as it's already within a properly closed paragraph block. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3968734 commit 1ad9735

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/digitalsanctuary/spring/user/util/JSONResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
* .build();
2525
* // Results in JSON: {"success": true, "messages": ["Operation completed", "Data saved successfully"], ...}
2626
* </pre>
27-
* </p>
2827
*
2928
* @author Devon Hillard
3029
* @version 1.0

0 commit comments

Comments
 (0)