You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jm...@apache.org on 2001/03/29 20:58:52 UTC

cvs commit: jakarta-turbine/src/java/org/apache/turbine/torque/engine/database/model Index.java

jmcnally    01/03/29 10:58:52

  Modified:    src/java/org/apache/turbine/torque/engine/database/model
                        Index.java
  Log:
  fix javadoc
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-turbine/src/java/org/apache/turbine/torque/engine/database/model/Index.java
  
  Index: Index.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/src/java/org/apache/turbine/torque/engine/database/model/Index.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Index.java	2001/03/06 06:13:10	1.2
  +++ Index.java	2001/03/29 18:58:51	1.3
  @@ -66,7 +66,7 @@
    * A Class for information about indices of a table
    *
    * @author <a href="mailto:jvanzyl@periapt.com">Jason van Zyl</a>
  - * @version $Id: Index.java,v 1.2 2001/03/06 06:13:10 chrise Exp $
  + * @version $Id: Index.java,v 1.3 2001/03/29 18:58:51 jmcnally Exp $
    */
   public class Index
   {
  @@ -119,7 +119,7 @@
       }
   
       /**
  -     * Set the parent Table of the foreign key
  +     * Set the parent Table of the index
        */
       public void setTable(Table parent)
       {
  @@ -127,7 +127,7 @@
       }
   
       /**
  -     * Get the parent Table of the foreign key
  +     * Get the parent Table of the index
        */
       public Table getTable()
       {
  @@ -135,7 +135,7 @@
       }
   
       /**
  -     * Returns the Name of the table the foreign key is in
  +     * Returns the Name of the table the index is in
        */
       public String getTableName()
       {
  
  
  

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