You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jm...@apache.org on 2008/01/24 04:38:23 UTC

svn commit: r614786 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java

Author: jmitchell
Date: Wed Jan 23 19:38:22 2008
New Revision: 614786

URL: http://svn.apache.org/viewvc?rev=614786&view=rev
Log:
WW-2421 - omnibus -- remove straggling character

Modified:
    struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java

Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java?rev=614786&r1=614785&r2=614786&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java (original)
+++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/StreamResult.java Wed Jan 23 19:38:22 2008
@@ -63,7 +63,7 @@
  * </ul>
  *
  * <p>These parameters can also be set by exposing a similarly named getter method on your Action.  For example, you can
- * provide <code>getContentType()</code> to override that parameter for the current action.</p>N
+ * provide <code>getContentType()</code> to override that parameter for the current action.</p>
  *
  * <!-- END SNIPPET: params -->
  *