Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 14, 2023
1 parent 493a3bb commit 97aaa10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1108,13 +1108,13 @@ static class LogEventProxy implements Serializable {
private final String loggerName;
// transient since 2.8
private final transient Message message;
/** since 2.8 */
/** @since 2.8 */
private MarshalledObject<Message> marshalledMessage;
/** since 2.8 */
/** @since 2.8 */
private String messageString;

private final long timeMillis;
/** since 2.11 */
/** @since 2.11 */
private final int nanoOfMillisecond;

private final transient Throwable thrown;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ public static boolean shutdown(
return true;
}

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

0 comments on commit 97aaa10

Please sign in to comment.