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/08/13 22:59:40 UTC

cvs commit: jakarta-turbine-torque/src/java/org/apache/torque/oid IdGenerator.java

dlr         01/08/13 13:59:40

  Modified:    src/java/org/apache/torque/oid IdGenerator.java
  Log:
  clean up
  
  Revision  Changes    Path
  1.3       +5 -6      jakarta-turbine-torque/src/java/org/apache/torque/oid/IdGenerator.java
  
  Index: IdGenerator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/oid/IdGenerator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- IdGenerator.java	2001/08/10 12:23:02	1.2
  +++ IdGenerator.java	2001/08/13 20:59:40	1.3
  @@ -67,7 +67,7 @@
    * Connection pool service only when needed.
    *
    * @author <a href="mailto:jmcnally@collab.net">John D. McNally</a>
  - * @version $Id: IdGenerator.java,v 1.2 2001/08/10 12:23:02 knielsen Exp $
  + * @version $Id: IdGenerator.java,v 1.3 2001/08/13 20:59:40 dlr Exp $
    */
   public interface IdGenerator
   {
  @@ -75,7 +75,7 @@
        * Returns an id as a primitive int.
        *
        * @param connection A Connection.
  -     * @param keyInfo, an Object that contains additional info.
  +     * @param keyInfo an Object that contains additional info.
        * @return An int with the value for the id.
        * @exception Exception Database error.
        */
  @@ -86,7 +86,7 @@
        * Returns an id as a primitive long.
        *
        * @param connection A Connection.
  -     * @param keyInfo, an Object that contains additional info.
  +     * @param keyInfo an Object that contains additional info.
        * @return A long with the value for the id.
        * @exception Exception Database error.
        */
  @@ -97,7 +97,7 @@
        * Returns an id as a BigDecimal.
        *
        * @param connection A Connection.
  -     * @param keyInfo, an Object that contains additional info.
  +     * @param keyInfo an Object that contains additional info.
        * @return A BigDecimal id.
        * @exception Exception Database error.
        */
  @@ -109,13 +109,12 @@
        * Returns an id as a String.
        *
        * @param connection A Connection.
  -     * @param keyInfo, an Object that contains additional info.
  +     * @param keyInfo an Object that contains additional info.
        * @return A String id
        * @exception Exception Database error.
        */
       public String getIdAsString(Connection connection, Object keyInfo)
           throws Exception;
  -
   
       /**
        * A flag to determine the timing of the id generation
  
  
  

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