You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ge...@apache.org on 2005/02/11 04:11:51 UTC

svn commit: r153327 - struts/core/trunk/src/share/org/apache/struts/chain/contexts/ContextWrapper.java

Author: germuska
Date: Thu Feb 10 19:11:50 2005
New Revision: 153327

URL: http://svn.apache.org/viewcvs?view=rev&rev=153327
Log:
complete sentence in JavaDoc!

Modified:
    struts/core/trunk/src/share/org/apache/struts/chain/contexts/ContextWrapper.java

Modified: struts/core/trunk/src/share/org/apache/struts/chain/contexts/ContextWrapper.java
URL: http://svn.apache.org/viewcvs/struts/core/trunk/src/share/org/apache/struts/chain/contexts/ContextWrapper.java?view=diff&r1=153326&r2=153327
==============================================================================
--- struts/core/trunk/src/share/org/apache/struts/chain/contexts/ContextWrapper.java (original)
+++ struts/core/trunk/src/share/org/apache/struts/chain/contexts/ContextWrapper.java Thu Feb 10 19:11:50 2005
@@ -25,7 +25,7 @@
 /**
  * <code>ContextWrapper</code> is meant as a base class for any Context Implementation which
  * is primarily intended for use in a subchain.  Classes which extend <code>ContextWrapper</code>
- * may implement typesafe property methods which also leave their 
+ * may implement typesafe property methods which also leave their values in the underlying context.
  */
 public class ContextWrapper implements Context {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org