mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 14:58:39 +00:00
#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