donaldp 2002/07/25 07:45:15
Modified: src/main/org/apache/tools/ant/types DataType.java
Log:
Remove redudent assignments
Revision Changes Path
1.8 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/types/DataType.java
Index: DataType.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/DataType.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DataType.java 15 Apr 2002 12:11:50 -0000 1.7
+++ DataType.java 25 Jul 2002 14:45:15 -0000 1.8
@@ -76,11 +76,11 @@
/**
* The descriptin the user has set.
*/
- protected String description = null;
+ protected String description;
/**
* Value to the refid attribute.
*/
- protected Reference ref = null;
+ protected Reference ref;
/**
* Are we sure we don't hold circular references?
*
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>