diff --git a/spring-webflow/src/main/java/org/springframework/webflow/context/ExternalContextHolder.java b/spring-webflow/src/main/java/org/springframework/webflow/context/ExternalContextHolder.java index 1a66db32..3c51e228 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/context/ExternalContextHolder.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/context/ExternalContextHolder.java @@ -19,15 +19,15 @@ import org.springframework.util.Assert; /** * Simple holder class that associates an {@link ExternalContext} instance with - * the current thread. The ExternalContext will be inherited by any child + * the current thread. The ExternalContext will not be inherited by any child * threads spawned by the current thread. *

* Used as a central holder for the current ExternalContext in Spring Web Flow, * wherever necessary. Often used by artifacts needing access to the current * application session. - * + * * @see ExternalContext - * + * * @author Keith Donald */ public final class ExternalContextHolder {