diff --git a/src/main/org/apache/tools/ant/types/DataType.java b/src/main/org/apache/tools/ant/types/DataType.java index 52874f3c1..b9804f758 100644 --- a/src/main/org/apache/tools/ant/types/DataType.java +++ b/src/main/org/apache/tools/ant/types/DataType.java @@ -76,11 +76,11 @@ public abstract class DataType extends ProjectComponent { /** * 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? *