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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to