Improve Javadoc
This commit is contained in:
@ -27,7 +27,7 @@ import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
*
|
||||
* Worker implements {@link Runnable} and thus can be executed by {@link ExecutorService}
|
||||
* Worker implements {@link Runnable} and thus can be executed by {@link java.util.concurrent.ExecutorService}
|
||||
*
|
||||
*/
|
||||
public class Worker implements Runnable {
|
||||
|
Reference in New Issue
Block a user