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 5998789 commit e4d5f84Copy full SHA for e4d5f84
log4j-core/src/main/java/org/apache/logging/log4j/core/util/ExecutorServices.java
@@ -78,6 +78,6 @@ public static boolean shutdown(
78
return true;
79
}
80
81
- /** 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. */
82
public static void ensureInitialized() {}
83
0 commit comments