diff --git a/src/main/org/apache/tools/ant/types/Path.java b/src/main/org/apache/tools/ant/types/Path.java index be39099bb..1a47bf489 100644 --- a/src/main/org/apache/tools/ant/types/Path.java +++ b/src/main/org/apache/tools/ant/types/Path.java @@ -356,6 +356,7 @@ public class Path extends DataType implements Cloneable, ResourceCollection { /** * Whether to cache the current path. + * @since Ant 1.8.0 */ public void setCache(boolean b) { checkAttributesAllowed();