#107 Thread Pool JavaDoc
This commit is contained in:
@@ -2,7 +2,7 @@ package com.iluwatar.threadpool;
|
||||
|
||||
/**
|
||||
*
|
||||
* Worker implements Runnable and thus can be executed by ExecutorService
|
||||
* Worker implements {@link Runnable} and thus can be executed by {@link ExecutorService}
|
||||
*
|
||||
*/
|
||||
public class Worker implements Runnable {
|
||||
|
Reference in New Issue
Block a user