This commit is contained in:
kimchy 2010-03-20 21:08:19 +02:00
parent 52af5573f1
commit de69f5f0fd
2 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,7 @@ import java.util.concurrent.*;
/**
* Factory and utility methods for handling {@link DynamicThreadPoolExecutor}.
*
* @author kimchy (Shay Banon)
* @author kimchy (shay.banon)
*/
public class DynamicExecutors {
/**

View File

@ -28,8 +28,7 @@ import java.util.concurrent.atomic.AtomicInteger;
* possibly several pooled threads, normally configured using
* {@link DynamicExecutors} factory methods.
*
* @author moran
* @since 6.5
* @author kimchy (shay.banon)
*/
public class DynamicThreadPoolExecutor extends ThreadPoolExecutor {
/**