Author: mbenson
Date: Fri Jul 11 08:51:38 2008
New Revision: 675997
URL: http://svn.apache.org/viewvc?rev=675997&view=rev
Log:
threadsafety warning
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/property/ResolvePropertyMap.java
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/property/ResolvePropertyMap.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/property/ResolvePropertyMap.java?rev=675997&r1=675996&r2=675997&view=diff
==============================================================================
---
ant/core/trunk/src/main/org/apache/tools/ant/property/ResolvePropertyMap.java
(original)
+++
ant/core/trunk/src/main/org/apache/tools/ant/property/ResolvePropertyMap.java
Fri Jul 11 08:51:38 2008
@@ -27,7 +27,7 @@
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 {