Author: mrdon
Date: Sun Oct 21 07:07:34 2007
New Revision: 586901

URL: http://svn.apache.org/viewvc?rev=586901&view=rev
Log:
Tweaking javadocs

Modified:
    
struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/WEB-INF/web.xml
    
struts/sandbox/trunk/struts2-rest-plugin/src/main/java/org/apache/struts2/rest/RestActionMapper.java

Modified: 
struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/WEB-INF/web.xml?rev=586901&r1=586900&r2=586901&view=diff
==============================================================================
--- 
struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/WEB-INF/web.xml
 (original)
+++ 
struts/sandbox/trunk/struts2-rest-plugin/showcase/src/main/webapp/WEB-INF/web.xml
 Sun Oct 21 07:07:34 2007
@@ -9,6 +9,7 @@
        
        
        <!-- Filters -->
+       <!-- START SNIPPET: filter -->
     <filter>
         <filter-name>action2</filter-name>
         
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
@@ -17,6 +18,7 @@
                <param-value>org.apache.struts2.rest.example</param-value>
         </init-param>
     </filter>
+    <!-- END SNIPPET: filter -->
        
     <filter-mapping>
         <filter-name>action2</filter-name>

Modified: 
struts/sandbox/trunk/struts2-rest-plugin/src/main/java/org/apache/struts2/rest/RestActionMapper.java
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-rest-plugin/src/main/java/org/apache/struts2/rest/RestActionMapper.java?rev=586901&r1=586900&r2=586901&view=diff
==============================================================================
--- 
struts/sandbox/trunk/struts2-rest-plugin/src/main/java/org/apache/struts2/rest/RestActionMapper.java
 (original)
+++ 
struts/sandbox/trunk/struts2-rest-plugin/src/main/java/org/apache/struts2/rest/RestActionMapper.java
 Sun Oct 21 07:07:34 2007
@@ -39,7 +39,7 @@
 /**
  * <!-- START SNIPPET: description -->
  *
- * Restful action mapper that enforces Ruby-On-Rails Rest-style mappings.If 
the method 
+ * This Restful action mapper enforces Ruby-On-Rails Rest-style mappings.  If 
the method 
  * is not specified (via '!' or 'method:' prefix), the method is "guessed" at 
using 
  * ReST-style conventions that examine the URL and the HTTP method.  Special 
care has
  * been given to ensure this mapper works correctly with the codebehind plugin 
so that


Reply via email to