Browse Source

Fixed minor typo in Javadoc.

pull/7/head
Sam Brannen 15 years ago
parent
commit
7f715ee803
  1. 2
      org.springframework.context/src/main/java/org/springframework/scheduling/concurrent/ForkJoinPoolFactoryBean.java

2
org.springframework.context/src/main/java/org/springframework/scheduling/concurrent/ForkJoinPoolFactoryBean.java

@ -27,7 +27,7 @@ import org.springframework.beans.factory.InitializingBean; @@ -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

Loading…
Cancel
Save