From 28baeb722759140cb05bf0d54b0ceab536d4d29c Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 27 Aug 2009 14:58:21 +0000 Subject: [PATCH] @since git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@808444 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/types/Path.java | 1 + 1 file changed, 1 insertion(+) 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();