Skip to content

Commit b1afcd0

Browse files
committed
javadoc edits
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 20cd3ad commit b1afcd0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

slf4j-api/src/main/java/org/slf4j/helpers/CheckReturnValue.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
* <code>void</code>.</p>
1313
* <p></p>
1414
* <p>IntelliJ IDEA supports a check for annotations named as <code>CheckReturnValue</code>
15-
* regardless of the containing package. For more information on this feature in IntelliJ IDEA, select File &#8594; Setting &#8594;
16-
* Editor &#8594; Inspections and then Java &#8594; Probable Bugs &#8594; Result of method call ignored. </p>
15+
* regardless of the containing package. For more information on this feature in IntelliJ IDEA,
16+
* select File &#8594; Setting &#8594; Editor &#8594; Inspections and then Java &#8594; Probable Bugs &#8594;
17+
* Result of method call ignored. </p>
1718
* <p></p>
1819
*
1920
* <p>As for Eclipse, this feature has been requested in

0 commit comments

Comments
 (0)