File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
log4j-core/src/main/java/org/apache/logging/log4j/core Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1108,13 +1108,13 @@ static class LogEventProxy implements Serializable {
1108
1108
private final String loggerName ;
1109
1109
// transient since 2.8
1110
1110
private final transient Message message ;
1111
- /** since 2.8 */
1111
+ /** @ since 2.8 */
1112
1112
private MarshalledObject <Message > marshalledMessage ;
1113
- /** since 2.8 */
1113
+ /** @ since 2.8 */
1114
1114
private String messageString ;
1115
1115
1116
1116
private final long timeMillis ;
1117
- /** since 2.11 */
1117
+ /** @ since 2.11 */
1118
1118
private final int nanoOfMillisecond ;
1119
1119
1120
1120
private final transient Throwable thrown ;
Original file line number Diff line number Diff line change @@ -78,6 +78,6 @@ public static boolean shutdown(
78
78
return true ;
79
79
}
80
80
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. */
82
82
public static void ensureInitialized () {}
83
83
}
You can’t perform that action at this time.
0 commit comments