You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2014/10/27 12:13:53 UTC

svn commit: r1634502 - /db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/dbObject/base/primaryKeyMethods.vm

Author: tfischer
Date: Mon Oct 27 11:13:52 2014
New Revision: 1634502

URL: http://svn.apache.org/r1634502
Log:
fix javadoc of generated files

Modified:
    db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/dbObject/base/primaryKeyMethods.vm

Modified: db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/dbObject/base/primaryKeyMethods.vm
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/dbObject/base/primaryKeyMethods.vm?rev=1634502&r1=1634501&r2=1634502&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/dbObject/base/primaryKeyMethods.vm (original)
+++ db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/dbObject/base/primaryKeyMethods.vm Mon Oct 27 11:13:52 2014
@@ -126,7 +126,7 @@
     /**
      * Set the PrimaryKey with an ObjectKey
      *
-     * @param key
+     * @param key the primary key to set, not null.
      */
     public void setPrimaryKey(ObjectKey key) throws TorqueException
     {
@@ -177,7 +177,7 @@
       #set ( $argList = "${argList}, " )
     #end
     #set ( $argList = "${argList}$columnFieldType $columnField")
-     * @param $columnFieldType $columnField
+     * @param $columnField a part of the primary key.
   #end
      */
     public void setPrimaryKey($argList)



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