Changed @since 2.1 to @since 2.2 since these files did not make it into 2.1.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@201661 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8f5b2b7854
commit
7a16f45c54
|
@ -11,7 +11,7 @@ import org.apache.commons.lang.StringUtils;
|
|||
*
|
||||
* @author Ken Fitzpatrick
|
||||
* @author Henri Yandell
|
||||
* @since 2.1
|
||||
* @since 2.2
|
||||
* @version $Id$
|
||||
*/
|
||||
public class Interpolation {
|
||||
|
|
|
@ -40,7 +40,8 @@ import java.util.ArrayList;
|
|||
* Originally org.apache.commons.digester.substitution.MultiVariableExpander.
|
||||
* </p>
|
||||
*
|
||||
* @since 2.1
|
||||
* @since 2.2
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MappedMessageFormat {
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ import java.util.Iterator;
|
|||
* 'null'. This can be controlled by a property, {@link #setNullText(String)}.
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
* @since 2.1
|
||||
* @since 2.2
|
||||
* @version $Id$
|
||||
*/
|
||||
public class StrBuilder implements Cloneable {
|
||||
|
|
|
@ -72,7 +72,7 @@ import java.util.ListIterator;
|
|||
* @author Matthew Inger
|
||||
* @author Stephen Colebourne
|
||||
* @author Gary D. Gregory
|
||||
* @since 2.1
|
||||
* @since 2.2
|
||||
* @version $Id$
|
||||
*/
|
||||
public class StrTokenizer implements ListIterator, Cloneable {
|
||||
|
|
Loading…
Reference in New Issue