From df2f921cdce7f4dde834b9315278dce5f000bb03 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 11 Jul 2008 15:51:38 +0000 Subject: [PATCH] threadsafety warning git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675997 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/property/ResolvePropertyMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/property/ResolvePropertyMap.java b/src/main/org/apache/tools/ant/property/ResolvePropertyMap.java index ab3b9a192..debb6d71d 100644 --- a/src/main/org/apache/tools/ant/property/ResolvePropertyMap.java +++ b/src/main/org/apache/tools/ant/property/ResolvePropertyMap.java @@ -27,7 +27,7 @@ import org.apache.tools.ant.Project; import org.apache.tools.ant.BuildException; /** - * Class to resolve properties in a map. + * Class to resolve properties in a map. This class is explicitly not threadsafe. * @since Ant 1.8.0 */ public class ResolvePropertyMap implements GetProperty {