You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/11/18 23:14:22 UTC

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/plugins PluginCreateRule.java

rdonkin     2003/11/18 14:14:22

  Modified:    digester/src/java/org/apache/commons/digester/plugins
                        PluginCreateRule.java
  Log:
  Small correction to the javadocs. Submitted by Simon Kitching.
  
  Revision  Changes    Path
  1.9       +5 -5      jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginCreateRule.java
  
  Index: PluginCreateRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginCreateRule.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- PluginCreateRule.java	16 Nov 2003 22:37:35 -0000	1.8
  +++ PluginCreateRule.java	18 Nov 2003 22:14:22 -0000	1.9
  @@ -301,8 +301,8 @@
        * associated with the specified pattern. Check all configuration data is
        * valid and remember the pattern for later.
        * 
  -     * @param pattern is the digester match pattern that is associated with
  -     * this rule instance, eg "root/widget".
  +     * @param matchPattern is the digester match pattern that is associated 
  +     * with this rule instance, eg "root/widget".
        * @exception PluginConfigurationException
        */
       public void postRegisterInit(String matchPattern)
  
  
  

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