From b1afcd01b1092f0dfda12b4502aa202124e24a8e Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Sun, 7 Aug 2022 00:04:53 +0200 Subject: [PATCH] javadoc edits Signed-off-by: Ceki Gulcu --- .../src/main/java/org/slf4j/helpers/CheckReturnValue.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/slf4j-api/src/main/java/org/slf4j/helpers/CheckReturnValue.java b/slf4j-api/src/main/java/org/slf4j/helpers/CheckReturnValue.java index 01f69d0b0..e1c9803ab 100644 --- a/slf4j-api/src/main/java/org/slf4j/helpers/CheckReturnValue.java +++ b/slf4j-api/src/main/java/org/slf4j/helpers/CheckReturnValue.java @@ -12,8 +12,9 @@ * void.

*

*

IntelliJ IDEA supports a check for annotations named as CheckReturnValue - * regardless of the containing package. For more information on this feature in IntelliJ IDEA, select File → Setting → - * Editor → Inspections and then Java → Probable Bugs → Result of method call ignored.

+ * regardless of the containing package. For more information on this feature in IntelliJ IDEA, + * select File → Setting → Editor → Inspections and then Java → Probable Bugs → + * Result of method call ignored.

*

* *

As for Eclipse, this feature has been requested in