Author: niallp
Date: Mon Jan 10 20:48:47 2011
New Revision: 1057354

URL: http://svn.apache.org/viewvc?rev=1057354&view=rev
Log:
add missing @since 2.6 tag

Modified:
    
commons/proper/lang/branches/LANG_2_X/src/main/java/org/apache/commons/lang/text/StrSubstitutor.java

Modified: 
commons/proper/lang/branches/LANG_2_X/src/main/java/org/apache/commons/lang/text/StrSubstitutor.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/main/java/org/apache/commons/lang/text/StrSubstitutor.java?rev=1057354&r1=1057353&r2=1057354&view=diff
==============================================================================
--- 
commons/proper/lang/branches/LANG_2_X/src/main/java/org/apache/commons/lang/text/StrSubstitutor.java
 (original)
+++ 
commons/proper/lang/branches/LANG_2_X/src/main/java/org/apache/commons/lang/text/StrSubstitutor.java
 Mon Jan 10 20:48:47 2011
@@ -174,6 +174,7 @@ public class StrSubstitutor {
      * @param source the source text containing the variables to substitute, 
null returns null
      * @param valueProperties the properties with values, may be null
      * @return the result of the replace operation
+     * @since 2.6
      */
     public static String replace(Object source, Properties valueProperties)
     {


Reply via email to