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/06/14 02:23:02 UTC

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

dlr         01/06/13 17:23:02

  Modified:    src/java/org/apache/turbine/torque/engine/database/model
                        IdMethodParameter.java
  Log:
  * Removed unnecessary empty default ctor which will be generated by
  the compiler.
  
  * JavaDoc clean up.
  
  Revision  Changes    Path
  1.4       +4 -12     jakarta-turbine/src/java/org/apache/turbine/torque/engine/database/model/IdMethodParameter.java
  
  Index: IdMethodParameter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/src/java/org/apache/turbine/torque/engine/database/model/IdMethodParameter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- IdMethodParameter.java	2001/05/05 13:19:13	1.3
  +++ IdMethodParameter.java	2001/06/14 00:23:01	1.4
  @@ -57,10 +57,11 @@
   import org.xml.sax.Attributes;
   
   /**
  - * A Class for information related to an id-method
  + * Information related to an ID method.
    *
    * @author <a href="mailto:jmcnally@collab.net">John McNally</a>
  - * @version $Id: IdMethodParameter.java,v 1.3 2001/05/05 13:19:13 jvanzyl Exp $
  + * @author <a href="mailto:dlr@collab.net">Daniel Rall</a>
  + * @version $Id: IdMethodParameter.java,v 1.4 2001/06/14 00:23:01 dlr Exp $
    */
   public class IdMethodParameter
   {
  @@ -69,13 +70,6 @@
       private Table parentTable;
   
       /**
  -     * Default Constructor
  -     */
  -    public IdMethodParameter()
  -    {
  -    }
  -
  -    /**
        * Imports foreign key from an XML specification
        */
       public void loadFromXML (Attributes attrib)
  @@ -102,7 +96,6 @@
   
       /**
        * Get the parameter value
  -     *
        */
       public String getValue()
       {
  @@ -142,8 +135,7 @@
       }
   
       /**
  -     * String representation of the foreign key. This
  -     * is an xml representation.
  +     * XML representation of the foreign key.
        */
       public String toString()
       {
  
  
  

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