From 71c6e4732839d96261ca92d8e7ad7dcc24aae762 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Fri, 27 Apr 2007 17:59:07 +0000 Subject: [PATCH] Backport of minor JavaDoc fix. --- .../webflow/context/ExternalContextHolder.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {