You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 21 of TestThreadPool.java should add ThreadFactory parameter
ExecutorService exec = Executors.newFixedThreadPool(MAX_SIZE, threadFactory);
otherwise assertEquals of line 37 will fail
The text was updated successfully, but these errors were encountered:
Line 21 of TestThreadPool.java should add ThreadFactory parameter
ExecutorService exec = Executors.newFixedThreadPool(MAX_SIZE, threadFactory);
otherwise assertEquals of line 37 will fail
The text was updated successfully, but these errors were encountered: