We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20cd3ad commit b1afcd0Copy full SHA for b1afcd0
slf4j-api/src/main/java/org/slf4j/helpers/CheckReturnValue.java
@@ -12,8 +12,9 @@
12
* <code>void</code>.</p>
13
* <p></p>
14
* <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 → Setting →
16
- * Editor → Inspections and then Java → Probable Bugs → Result of method call ignored. </p>
+ * regardless of the containing package. For more information on this feature in IntelliJ IDEA,
+ * select File → Setting → Editor → Inspections and then Java → Probable Bugs →
17
+ * Result of method call ignored. </p>
18
19
*
20
* <p>As for Eclipse, this feature has been requested in
0 commit comments