Author: sebb Date: Wed Sep 8 10:16:17 2010 New Revision: 994971 URL: http://svn.apache.org/viewvc?rev=994971&view=rev Log: Javadoc typo
Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/StrSubstitutor.java Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/StrSubstitutor.java URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/StrSubstitutor.java?rev=994971&r1=994970&r2=994971&view=diff ============================================================================== --- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/StrSubstitutor.java (original) +++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/StrSubstitutor.java Wed Sep 8 10:16:17 2010 @@ -158,7 +158,7 @@ public class StrSubstitutor { * values from the properties. * * @param source the source text containing the variables to substitute, null returns null - * @param properties the properties with values, may be null + * @param valueProperties the properties with values, may be null * @return the result of the replace operation */ public static String replace(Object source, Properties valueProperties)