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/20 19:20:41 UTC

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

rdonkin     2003/02/20 10:20:41

  Modified:    betwixt/src/java/org/apache/commons/betwixt/io
                        BeanRuleSet.java
  Log:
  Removed unused local variable. Spotted by Andrew Freeman.
  
  Revision  Changes    Path
  1.3       +5 -6      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java
  
  Index: BeanRuleSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BeanRuleSet.java	13 Feb 2003 18:41:48 -0000	1.2
  +++ BeanRuleSet.java	20 Feb 2003 18:20:41 -0000	1.3
  @@ -222,7 +222,6 @@
                           log.trace("Processing child " + childDescriptor);
                       }
                       
  -                    String propertyName = childDescriptor.getPropertyName();
                       String qualifiedName = childDescriptor.getQualifiedName();
                       if ( qualifiedName == null ) {
                           log.trace( "Ignoring" );
  
  
  

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