We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a889c commit e863957Copy full SHA for e863957
logunit-jul/src/test/java/io/github/netmikey/logunit/jul/LogCapturerWithJulTest.java
@@ -86,8 +86,8 @@ private void logEverythingOnce(Logger logger) {
86
logger.severe("Some severe message");
87
}
88
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.
+ // The logger will not be constructed until the object is. This tests that log messages will be captured
+ // without allowing the intercepted Logger to be garbage collected.
91
private static class LoggingObject {
92
Logger testLogger = Logger.getLogger(LoggingObject.class.getName());
93
0 commit comments