--- jsr166/src/jsr166y/ForkJoinPool.java 2012/11/21 22:15:41 1.150 +++ jsr166/src/jsr166y/ForkJoinPool.java 2012/11/22 18:14:57 1.151 @@ -99,7 +99,7 @@ import java.util.concurrent.TimeUnit; * *

The common pool is by default constructed with default * parameters, but these may be controlled by setting three {@link - * System#getProperty properties} with prefix {@code + * System#getProperty system properties} with prefix {@code * java.util.concurrent.ForkJoinPool.common}: {@code parallelism} -- * an integer greater than zero, {@code threadFactory} -- the class * name of a {@link ForkJoinWorkerThreadFactory}, and {@code