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/02/06 20:38:16 UTC

cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io BeanCreateRule.java

rdonkin     2003/02/06 11:38:16

  Modified:    betwixt/src/java/org/apache/commons/betwixt/io
                        BeanCreateRule.java
  Log:
  Removed unneccessary code
  
  Revision  Changes    Path
  1.19      +1 -2      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanCreateRule.java
  
  Index: BeanCreateRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanCreateRule.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- BeanCreateRule.java	19 Jan 2003 17:18:13 -0000	1.18
  +++ BeanCreateRule.java	6 Feb 2003 19:38:16 -0000	1.19
  @@ -431,8 +431,7 @@
        * @param prefix add child rules at this (digester) path prefix
        * @param currentDescriptor add child rules for this descriptor
        */
  -    protected void addChildRules(String prefix, ElementDescriptor currentDescriptor ) {
  -        BeanReader digester = getBeanReader();            
  +    protected void addChildRules(String prefix, ElementDescriptor currentDescriptor ) {         
           
           if (log.isTraceEnabled()) {
               log.trace("Adding child rules for " + currentDescriptor + "@" + prefix);
  
  
  

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