--- jsr166/src/jsr166y/ForkJoinPool.java 2009/07/21 18:11:44 1.12 +++ jsr166/src/jsr166y/ForkJoinPool.java 2009/07/22 01:36:51 1.13 @@ -56,6 +56,9 @@ import java.lang.reflect.*; * maximum number of running threads to 32767. Attempts to create * pools with greater than the maximum result in * IllegalArgumentExceptions. + * + * @since 1.7 + * @author Doug Lea */ public class ForkJoinPool extends AbstractExecutorService {