husted      2002/07/06 10:31:59

  Modified:    src/share/org/apache/struts/action ActionServlet.java
  Log:
  Update JavaDoc
  
  Revision  Changes    Path
  1.109     +7 -7      
jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java
  
  Index: ActionServlet.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java,v
  retrieving revision 1.108
  retrieving revision 1.109
  diff -u -r1.108 -r1.109
  --- ActionServlet.java        30 Jun 2002 03:38:29 -0000      1.108
  +++ ActionServlet.java        6 Jul 2002 17:31:58 -0000       1.109
  @@ -183,13 +183,13 @@
    *     [/WEB-INF/struts-config.xml].</li>
    * <li><strong>config/foo</strong> - Context-relative path to the XML resource
    *     containing the configuration information for the sub-application that
  - *     will be at prefix "/foo".  This can be repeated as many times as
  - *     required for multiple sub-applications.</li>
  + *     will be at prefix "/foo". This can be repeated as many times as
  + *     required for multiple sub-applications. (Since Struts 1.1)</li>
    * <li><strong>convertHack</strong> - Set to <code>true</code> to force form
    *     bean population of bean properties that are of Java wrapper class types
    *     (such as java.lang.Integer) to set the property to <code>null</code>,
    *     instead of zero, in a manner equivalent to the behavior of Struts 1.0.
  - *     [false]</li>
  + *     (Since Struts 1.1) [false] </li>
    * <li><strong>debug</strong> - The debugging detail level for this
    *     servlet, which controls how much information is logged. Accepts
    *     values 0 (off) and 1 (least serious) through 6 (most serious). [0]</li>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to