rdonkin 2004/01/15 14:02:49
Modified: betwixt/src/java/org/apache/commons/betwixt/io Tag:
REFACTORING-BRANCH_2004-01-13 BeanRuleSet.java
Log:
Cosmetic tidying.
Revision Changes Path
No revision
No revision
1.16.2.2 +5 -13
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.16.2.1
retrieving revision 1.16.2.2
diff -u -r1.16.2.1 -r1.16.2.2
--- BeanRuleSet.java 13 Jan 2004 21:49:46 -0000 1.16.2.1
+++ BeanRuleSet.java 15 Jan 2004 22:02:49 -0000 1.16.2.2
@@ -7,7 +7,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2005 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -376,14 +376,6 @@
} else {
result = BeanBindAction.INSTANCE;
}
- /*
- if (childDescriptor.hasAttributes()) {
- if ( log.isTraceEnabled() ) {
- log.trace( "Element has attributes, so adding rule
anyway : "
- + childDescriptor );
- }
- addRule(path,childDescriptor, context);
- }*/
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]