Skip to content

Commit e863957

Browse files
committed
Fix comment
1 parent f2a889c commit e863957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logunit-jul/src/test/java/io/github/netmikey/logunit/jul/LogCapturerWithJulTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ private void logEverythingOnce(Logger logger) {
8686
logger.severe("Some severe message");
8787
}
8888

89-
// The logger will not be until the object is. This tests that log messages will be captured without allowing
90-
// the intercepted Logger to be garbage collected.
89+
// The logger will not be constructed until the object is. This tests that log messages will be captured
90+
// without allowing the intercepted Logger to be garbage collected.
9191
private static class LoggingObject {
9292
Logger testLogger = Logger.getLogger(LoggingObject.class.getName());
9393
}

0 commit comments

Comments
 (0)