You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/01/29 05:29:10 UTC

svn commit: r148997 - /struts/shale/trunk/core-library/src/java/org/apache/shale/remote/ServletRemoteContext.java

Author: jmitchell
Date: Fri Jan 28 20:29:09 2005
New Revision: 148997

URL: http://svn.apache.org/viewcvs?view=rev&rev=148997
Log:
fix a small type
Modified:
   struts/shale/trunk/core-library/src/java/org/apache/shale/remote/ServletRemoteContext.java

Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/remote/ServletRemoteContext.java
Url: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/remote/ServletRemoteContext.java?view=diff&rev=148997&p1=struts/shale/trunk/core-library/src/java/org/apache/shale/remote/ServletRemoteContext.java&r1=148996&p2=struts/shale/trunk/core-library/src/java/org/apache/shale/remote/ServletRemoteContext.java&r2=148997
==============================================================================
--- struts/shale/trunk/core-library/src/java/org/apache/shale/remote/ServletRemoteContext.java	(original)
+++ struts/shale/trunk/core-library/src/java/org/apache/shale/remote/ServletRemoteContext.java	Fri Jan 28 20:29:09 2005
@@ -65,7 +65,7 @@
      *
      * @param context <code>ServletContext</code> for this web application
      * @param request <code>HttpServletRequest</code> for this request
-     * @parma response <code>HttpServletResponse</code> for this response
+     * @param response <code>HttpServletResponse</code> for this response
      */
     public ServletRemoteContext(ServletContext context,
                                 HttpServletRequest request,

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