Skip to content

Commit 97aaa10

Browse files
committed
Javadoc
1 parent 493a3bb commit 97aaa10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

log4j-core/src/main/java/org/apache/logging/log4j/core/impl/Log4jLogEvent.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,13 +1108,13 @@ static class LogEventProxy implements Serializable {
11081108
private final String loggerName;
11091109
// transient since 2.8
11101110
private final transient Message message;
1111-
/** since 2.8 */
1111+
/** @since 2.8 */
11121112
private MarshalledObject<Message> marshalledMessage;
1113-
/** since 2.8 */
1113+
/** @since 2.8 */
11141114
private String messageString;
11151115

11161116
private final long timeMillis;
1117-
/** since 2.11 */
1117+
/** @since 2.11 */
11181118
private final int nanoOfMillisecond;
11191119

11201120
private final transient Throwable thrown;

log4j-core/src/main/java/org/apache/logging/log4j/core/util/ExecutorServices.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ public static boolean shutdown(
7878
return true;
7979
}
8080

81-
/** no-op method which can be invoked to ensure this class has been initialized per jls-12.4.2. */
81+
/** No-op method which can be invoked to ensure this class has been initialized per jls-12.4.2. */
8282
public static void ensureInitialized() {}
8383
}

0 commit comments

Comments
 (0)