Skip to content

Commit 05aadca

Browse files
SirCotareThoSap
andauthored
Update src/main/java/it/aboutbits/springboot/toolbox/exception/ExceptionMessageDefinition.java
Co-authored-by: Thomas Sapelza <[email protected]>
1 parent ec9fbf3 commit 05aadca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/java/it/aboutbits/springboot/toolbox/exception/ExceptionMessageDefinition.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package it.aboutbits.springboot.toolbox.exception;
22

33
/**
4-
* Use this to create a class or enum that defines the exception messages.<br />
5-
* This way the messages can be referenced by a constant rather than using plain strings.
4+
* Use this to create a class or enum that defines the exception messages.
5+
* This way, the messages can be referenced by a constant rather than using plain strings.
66
* <p>
7-
* eg.:
8-
* <pre>{@code
7+
* Example:
8+
* {@snippet :
99
* @Getter
1010
* @Accessors(fluent = true)
1111
* @RequiredArgsConstructor
@@ -14,7 +14,7 @@
1414
*
1515
* private final String code;
1616
* }
17-
* }</pre>
17+
* }
1818
*/
1919
public interface ExceptionMessageDefinition {
2020
String code();

0 commit comments

Comments
 (0)