You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2003/08/21 07:35:23 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang SerializationUtils.java

ggregory    2003/08/20 22:35:23

  Modified:    lang/src/java/org/apache/commons/lang
                        SerializationUtils.java
  Log:
  Add @since 2.0 tags based on http://www.apache.org/~bayard/commons-lang-2.0/Commons-Lang-1.0.1-to-2.0/missingSinces.txt
  
  Revision  Changes    Path
  1.11      +3 -1      jakarta-commons/lang/src/java/org/apache/commons/lang/SerializationUtils.java
  
  Index: SerializationUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/SerializationUtils.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- SerializationUtils.java	18 Aug 2003 02:22:23 -0000	1.10
  +++ SerializationUtils.java	21 Aug 2003 05:35:23 -0000	1.11
  @@ -80,6 +80,7 @@
    * @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
    * @author Stephen Colebourne
    * @author Jeff Varszegi
  + * @author Gary Gregory
    * @since 1.0
    * @version $Id$
    */
  @@ -91,6 +92,7 @@
        *
        * <p>This constructor is public to permit tools that require a JavaBean instance
        * to operate.</p>
  +     * @since 2.0
        */
       public SerializationUtils() {
           super();