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 {