You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/05/25 19:24:35 UTC

cvs commit: jakarta-cactus/framework/src/java/share/org/apache/cactus ServiceEnumeration.java

vmassol     2003/05/25 10:24:35

  Modified:    framework/src/java/share/org/apache/cactus
                        ServiceEnumeration.java
  Log:
  Added "@since 1.5" to new methods added in Cactus 1.5
  
  Revision  Changes    Path
  1.10      +6 -2      jakarta-cactus/framework/src/java/share/org/apache/cactus/ServiceEnumeration.java
  
  Index: ServiceEnumeration.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/ServiceEnumeration.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ServiceEnumeration.java	16 Mar 2003 22:26:43 -0000	1.9
  +++ ServiceEnumeration.java	25 May 2003 17:24:35 -0000	1.10
  @@ -94,6 +94,7 @@
       /**
        * Service used to create an HTTP session so that it is returned
        * in a cookie.
  +     * @since 1.5
        */
       public static final ServiceEnumeration CREATE_SESSION_SERVICE = 
           new ServiceEnumeration("CREATE_SESSION");
  @@ -102,6 +103,7 @@
        * Service that returns a cactus version identifier. This is used
        * to verify that the server side and client side versions of 
        * Cactus are the same.
  +     * @since 1.5
        */
       public static final ServiceEnumeration GET_VERSION_SERVICE = 
           new ServiceEnumeration("GET_VERSION");
  @@ -140,6 +142,7 @@
        * Always compares object identity.
        * 
        * @see java.lang.Object#equals(Object)
  +     * @since 1.5
        */
       public final boolean equals(Object theObject)
       {
  @@ -150,6 +153,7 @@
        * Delegates to the <code>java.lang.Object</code> implementation.
        * 
        * @see java.lang.Object#equals(Object)
  +     * @since 1.5
        */
       public final int hashCode()
       {
  @@ -173,7 +177,7 @@
        * 
        * @param theName The name of the service
        * @return The corresponding service instance
  -     * @since Cactus 1.5
  +     * @since 1.5
        */
       public static ServiceEnumeration valueOf(String theName)
       {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org