vgritsenko    2002/10/21 19:22:00

  Modified:    .        Tag: cocoon_2_0_3_branch changes.xml
               src/java/org/apache/cocoon/acting Tag: cocoon_2_0_3_branch
                        SetCharacterEncodingAction.java
  Log:
  fix javadoc
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.138.2.60 +2 -2      xml-cocoon2/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/changes.xml,v
  retrieving revision 1.138.2.59
  retrieving revision 1.138.2.60
  diff -u -r1.138.2.59 -r1.138.2.60
  --- changes.xml       22 Oct 2002 02:10:56 -0000      1.138.2.59
  +++ changes.xml       22 Oct 2002 02:21:59 -0000      1.138.2.60
  @@ -52,7 +52,7 @@
     </action>
     <action dev="VG" type="update">
       FOP user configuration can now be specified as URL or relative path
  -    as the value of the &gt;user-config&lt; element.
  +    as the value of the &lt;user-config&gt; element.
     </action>
     <action dev="VG" type="fix" fixes-bug="6533">
       Load default FOP configuration only once, do not overwrite any user
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.2   +4 -4      
xml-cocoon2/src/java/org/apache/cocoon/acting/SetCharacterEncodingAction.java
  
  Index: SetCharacterEncodingAction.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/acting/SetCharacterEncodingAction.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- SetCharacterEncodingAction.java   11 Jun 2002 23:54:53 -0000      1.2.2.1
  +++ SetCharacterEncodingAction.java   22 Oct 2002 02:21:59 -0000      1.2.2.2
  @@ -66,13 +66,13 @@
    * Sets the character encoding of parameters.
    * Components use this encoding as default after the action.
    * <p>
  - * <b>Configuration options:</b>
  + * <b>Configuration parameters:</b>
    * <dl>
  - * <dt> <i>form-encoding</i> (required)
  - * <dd> The supposed encoding of the request parameter.
  - * <dt> <i>form-encoding</i> (optional)
  + * <dt><i>form-encoding</i> (optional)
  + * <dd>The supposed encoding of the request parameter.
    * </dl>
    * These configuration options supported in both declaration and use time.
  + * <p>If no encoding specified, the action does nothing.
    *
    * @author <a href="mailto:miyabe@;jzf.co.jp">MIYABE Tatsuhiko</a>
    */
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to