Backport of minor JavaDoc fix.

This commit is contained in:
Erwin Vervaet
2007-04-27 17:59:07 +00:00
parent 7680aefa7c
commit 71c6e47328

View File

@@ -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.
* <p>
* 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 {