Skip to content

Commit bcbbe40

Browse files
ascopesceki
authored andcommitted
Reword Marker Javadoc to improve grammar.
Signed-off-by: Ashley Scopes <[email protected]>
1 parent 7686020 commit bcbbe40

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

slf4j-api/src/main/java/org/slf4j/Marker.java

+7-8
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@
2929

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

0 commit comments

Comments
 (0)