Author: tfischer
Date: Mon Oct 27 08:18:58 2014
New Revision: 1634472
URL: http://svn.apache.org/r1634472
Log:
fix javadoc of generated files
Modified:
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/doUpdate.vm
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/peerImplSetter.vm
Modified:
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/doUpdate.vm
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/doUpdate.vm?rev=1634472&r1=1634471&r2=1634472&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/doUpdate.vm
(original)
+++
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/doUpdate.vm
Mon Oct 27 08:18:58 2014
@@ -32,6 +32,7 @@
*
* @param columnValues the values to update plus the primary key
* identifying the row to update.
+ *
* @throws TorqueException Any exceptions caught during processing will be
* rethrown wrapped into a TorqueException.
*/
@@ -65,7 +66,7 @@
* are selected using <code>criteria</code> and updated using the values
* in <code>updateValues</code>.
*
- * @param criteria selects which rows of which table should be updated.
+ * @param selectCriteria selects which rows of which table should be
updated.
* @param updateValues Which columns to update with which values, not null.
*
* @return the number of affected rows.
Modified:
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/peerImplSetter.vm
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/peerImplSetter.vm?rev=1634472&r1=1634471&r2=1634472&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/peerImplSetter.vm
(original)
+++
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/peerImplSetter.vm
Mon Oct 27 08:18:58 2014
@@ -28,7 +28,7 @@
/**
* Sets the instance of the implementation of the peer.
*
- * @param an instance of the implementation of the peer, or null
+ * @param peerImplInstance an instance of the implementation of the peer,
or null
* if a new instance should be created automatically.
*/
public static void ${peerImplSetter}(${peerImplClassName} peerImplInstance)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]