From afa4bb3f1b593a6296cefbddebc03cf75790405a Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 7 Feb 2012 10:48:58 +0100 Subject: [PATCH] fixed javadoc link (SPR-9089) --- .../scheduling/concurrent/ForkJoinPoolFactoryBean.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 488e5008edd..873daf3f8b3 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 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2011 the original author or authors. + * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ import org.springframework.beans.factory.InitializingBean; * (ideally on the VM bootstrap classpath). * *

For details on the ForkJoinPool API and its use with RecursiveActions, see the - * JDK 7 javadoc. + * JDK 7 javadoc. * *

jsr166.jar, containing java.util.concurrent updates for Java 6, can be obtained * from the concurrency interest website.