peterreilly 2003/07/23 05:22:37 Modified: src/main/org/apache/tools/ant IntrospectionHelper.java Log: remove unused field Revision Changes Path 1.62 +0 -6 ant/src/main/org/apache/tools/ant/IntrospectionHelper.java Index: IntrospectionHelper.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/IntrospectionHelper.java,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- IntrospectionHelper.java 23 Jul 2003 12:06:03 -0000 1.61 +++ IntrospectionHelper.java 23 Jul 2003 12:22:36 -0000 1.62 @@ -107,12 +107,6 @@ private List addTypeMethods; /** - * Map from attribute names to methods to store configured nested types - * (String to NestedStorer). - */ - private Hashtable nestedStorers; - - /** * The method to invoke to add PCDATA. */ private Method addText = null;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]