Add since tags

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2002-12-29 22:06:21 +00:00
parent 33113bfe79
commit 2618ac4928
2 changed files with 4 additions and 2 deletions

View File

@ -62,7 +62,8 @@ package org.apache.commons.lang.util;
* @author Marc Johnson (mjohnson at apache dot org)
* @author Andrew C. Oliver (acoliver at apache dot org)
* @author Stephen Colebourne
* @version $Id: BitField.java,v 1.2 2002/12/18 23:28:19 scolebourne Exp $
* @since 2.0
* @version $Id: BitField.java,v 1.3 2002/12/29 22:06:21 scolebourne Exp $
*/
public class BitField {

View File

@ -67,7 +67,8 @@ import org.apache.commons.lang.functor.FactoryException;
* {@link org.apache.commons.lang.functor.Factory Factory} interface</p>
*
* @author Stephen Colebourne
* @version $Id: IdentifierUtils.java,v 1.1 2002/12/29 21:35:04 scolebourne Exp $
* @since 2.0
* @version $Id: IdentifierUtils.java,v 1.2 2002/12/29 22:06:21 scolebourne Exp $
*/
public class IdentifierUtils {