Skip to content

Commit

Permalink
Reword Marker Javadoc to improve grammar.
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley Scopes <73482956+ascopes@users.noreply.github.com>
  • Loading branch information
ascopes authored and ceki committed Sep 25, 2022
1 parent 7686020 commit bcbbe40
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions slf4j-api/src/main/java/org/slf4j/Marker.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@

/**
* Markers are named objects used to enrich log statements. Conforming logging
* system Implementations of SLF4J determine how information conveyed by markers
* are used, if at all. In particular, many conforming logging systems ignore
* marker data.
*
* <p>
* Markers can contain references to other markers, which in turn may contain
* references of their own.
*
* system implementations of SLF4J should determine how information conveyed by
* any markers are used, if at all. Many conforming logging systems ignore marker
* data entirely.
*
* <p>Markers can contain references to other markers, which in turn may
* contain references of their own.
*
* @author Ceki G&uuml;lc&uuml;
*/
public interface Marker extends Serializable {
Expand Down

0 comments on commit bcbbe40

Please sign in to comment.