Skip to content

Commit 51bf2fc

Browse files
committed
javadoc edits in CoreConstants
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 32ed4af commit 51bf2fc

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

logback-core/src/main/java/ch/qos/logback/core/CoreConstants.java

-6
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ public class CoreConstants {
2424
*/
2525
public static final int CORE_POOL_SIZE = 0;
2626

27-
// Apparently ScheduledThreadPoolExecutor has limitation where a task cannot be
28-
// submitted from within a running task unless the pool has worker threads already available.
29-
// ThreadPoolExecutor does not have this limitation.
30-
// This causes tests failures in SocketReceiverTest.testDispatchEventForEnabledLevel and
31-
// ServerSocketReceiverFunctionalTest.testLogEventFromClient.
32-
// We thus set a pool size > 0 for tests to pass.
3327
public static final int SCHEDULED_EXECUTOR_POOL_SIZE = 2;
3428

3529
/**

logback-core/src/test/java/ch/qos/logback/core/SchedulerTest.java

-2
This file was deleted.

0 commit comments

Comments
 (0)