Just to remove whiny messages - although the compiler believes it will also help performance

Kev
Index: ScriptDef.java
===================================================================
RCS file: 
/home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java,v
retrieving revision 1.15
diff -u -r1.15 ScriptDef.java
--- ScriptDef.java      7 Jul 2004 15:16:40 -0000       1.15
+++ ScriptDef.java      10 Dec 2004 11:40:12 -0000
@@ -86,7 +86,7 @@
      */
     public static class Attribute {
         /** The attribute name */
-        private String name;
+        protected String name;
 
         /**
          * Set the attribute name
@@ -112,13 +112,13 @@
      */
     public static class NestedElement {
         /** The name of the neseted element */
-        private String name;
+        protected String name;
 
         /** The Ant type to which this nested element corresponds. */
-        private String type;
+        protected String type;
 
         /** The class to be created for this nested element */
-        private String className;
+        protected String className;
 
         /**
          * set the tag name for this nested element

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to