Fixed minor typo in Javadoc.

This commit is contained in:
Sam Brannen 2011-08-18 14:18:29 +00:00
parent e16e3a9f60
commit 7f715ee803
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import org.springframework.beans.factory.InitializingBean;
* May be used on Java 7 as well as on Java 6 with <code>jsr166.jar</code> on the classpath
* (ideally on the VM bootstrap classpath).
*
* <p>For details on the ForkJoinPool API and its its use with RecursiveActions, see the
* <p>For details on the ForkJoinPool API and its use with RecursiveActions, see the
* <a href="http://download.java.net/jdk7/docs/api/java/util/concurrent/ForkJoinPool.html">JDK 7 javadoc</a>.
*
* <p><code>jsr166.jar</code>, containing <code>java.util.concurrent</code> updates for Java 6, can be obtained