You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by da...@apache.org on 2007/10/22 01:33:56 UTC

svn commit: r586974 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/RequestAware.java

Author: davenewton
Date: Sun Oct 21 16:33:53 2007
New Revision: 586974

URL: http://svn.apache.org/viewvc?rev=586974&view=rev
Log:
RequestAware JavaDoc clarification.

Modified:
    struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/RequestAware.java

Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/RequestAware.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/RequestAware.java?rev=586974&r1=586973&r2=586974&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/RequestAware.java (original)
+++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/RequestAware.java Sun Oct 21 16:33:53 2007
@@ -27,9 +27,6 @@
  * Actions that want access to the current serlvet request attributes should implement this interface.<p />
  *
  * This interface is only relevant if the Action is used in a servlet environment.<p/>
- *
- * Note that using this interface makes the Action tied to a servlet environment, so it should be
- * avoided if possible since things like unit testing will become more difficult.
  */
 public interface RequestAware {