diff --git a/org.springframework.context/src/main/java/org/springframework/scheduling/concurrent/ForkJoinPoolFactoryBean.java b/org.springframework.context/src/main/java/org/springframework/scheduling/concurrent/ForkJoinPoolFactoryBean.java
index b4bc23b0ea5..51cbc58dfba 100644
--- a/org.springframework.context/src/main/java/org/springframework/scheduling/concurrent/ForkJoinPoolFactoryBean.java
+++ b/org.springframework.context/src/main/java/org/springframework/scheduling/concurrent/ForkJoinPoolFactoryBean.java
@@ -27,7 +27,7 @@ import org.springframework.beans.factory.InitializingBean;
* May be used on Java 7 as well as on Java 6 with jsr166.jar on the classpath
* (ideally on the VM bootstrap classpath).
*
- *
For details on the ForkJoinPool API and its its use with RecursiveActions, see the + *
For details on the ForkJoinPool API and its use with RecursiveActions, see the * JDK 7 javadoc. * *
jsr166.jar, containing java.util.concurrent updates for Java 6, can be obtained