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:
Gary D. Gregory 2005-06-24 18:35:08 +00:00
parent 8f5b2b7854
commit 7a16f45c54
4 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,7 @@
*
* @author Ken Fitzpatrick
* @author Henri Yandell
* @since 2.1
* @since 2.2
* @version $Id$
*/
public class Interpolation {

View File

@ -40,7 +40,8 @@
* Originally org.apache.commons.digester.substitution.MultiVariableExpander.
* </p>
*
* @since 2.1
* @since 2.2
* @version $Id$
*/
public class MappedMessageFormat {

View File

@ -49,7 +49,7 @@
* '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 {

View File

@ -72,7 +72,7 @@
* @author Matthew Inger
* @author Stephen Colebourne
* @author Gary D. Gregory
* @since 2.1
* @since 2.2
* @version $Id$
*/
public class StrTokenizer implements ListIterator, Cloneable {