Skip to content

Commit

Permalink
javadoc edit
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Dec 6, 2023
1 parent 5ccbe20 commit 86ee829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slf4j-api/src/main/java/org/slf4j/helpers/Reporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
* Internal reporting is performed by calling the {@link #info(String)}, {@link #warn(String)} (String)}
* {@link #error(String)} (String)} and {@link #error(String, Throwable)} methods.
* </p>
* <p>
* <p>See {@link #SLF4J_INTERNAL_VERBOSITY_KEY} and {@link #SLF4J_INTERNAL_REPORT_STREAM_KEY} for
* configuration options.</p>
* <p>
* <p>
* Note that this system is independent of the logging back-end in use.
Expand Down

0 comments on commit 86ee829

Please sign in to comment.