You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/03/13 19:06:47 UTC

cvs commit: jakarta-turbine/src/java/org/apache/turbine/om BaseObject.java

dlr         01/03/13 10:06:47

  Modified:    src/java/org/apache/turbine/om BaseObject.java
  Log:
  Improved JavaDoc.
  
  Revision  Changes    Path
  1.24      +3 -3      jakarta-turbine/src/java/org/apache/turbine/om/BaseObject.java
  
  Index: BaseObject.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/src/java/org/apache/turbine/om/BaseObject.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- BaseObject.java	2001/03/06 04:56:01	1.23
  +++ BaseObject.java	2001/03/13 18:06:45	1.24
  @@ -64,7 +64,7 @@
    *
    * @author <a href="mailto:frank.kim@clearink.com">Frank Y. Kim</a>
    * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  - * @version $Id: BaseObject.java,v 1.23 2001/03/06 04:56:01 chrise Exp $
  + * @version $Id: BaseObject.java,v 1.24 2001/03/13 18:06:45 dlr Exp $
    */
   public abstract class BaseObject implements Persistent, Serializable
   {
  @@ -381,8 +381,8 @@
       }
   
       /**
  -     * if the PrimaryKey is not null, return the hashcode of the primary 
  -     * key.  Otherwise calls Object.hashCode()
  +     * If the primary key is not <code>null</code>, return the hashcode of the
  +     * primary key.  Otherwise calls <code>Object.hashCode()</code>.
        *
        * @return an <code>int</code> value
        */
  
  
  

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