mlangham    2003/05/21 07:05:15

  Modified:    src/java/org/apache/cocoon/components/modules/input
                        JXPathMetaModule.java
  Log:
  Fixed typos
  PR:
  Obtained from:
  Submitted by: 
  Reviewed by:  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.4       +3 -3      
cocoon-2.1/src/java/org/apache/cocoon/components/modules/input/JXPathMetaModule.java
  
  Index: JXPathMetaModule.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/modules/input/JXPathMetaModule.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JXPathMetaModule.java     17 May 2003 05:53:03 -0000      1.3
  +++ JXPathMetaModule.java     21 May 2003 14:05:15 -0000      1.4
  @@ -76,10 +76,10 @@
    * <td>When set to true, non-existing attributes return null, when set to 
false,
    *     an exception is thrown. Default is true.</td> 
    *</tr>
  - * <tr><td><code>&lt;parameter&gt;false&lt;/lenient&gt;</td>
  + * <tr><td><code>&lt;parameter&gt;false&lt;/parameter&gt;</td>
    * <td>Attribute name to be used instead of passed attribute name.</td> 
    *</tr>
  - * <tr><td><code>&lt;from-parameter&gt;false&lt;/lenient&gt;</td>
  + * <tr><td><code>&lt;from-parameter&gt;false&lt;/from-parameter&gt;</td>
    * <td>Attribute name to pass to configured input module</td> 
    *</tr>
    * <tr><td><code>&lt;input-module name="request-attr"/&gt;</td>
  
  
  

Reply via email to