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 se...@apache.org on 2007/03/09 09:03:53 UTC

svn commit: r516325 - in /db/torque: runtime/trunk/src/java/org/apache/torque/om/BaseObject.java templates/trunk/src/templates/om/Object.vm templates/trunk/src/templates/om/ObjectWithManager.vm

Author: seade
Date: Fri Mar  9 00:03:53 2007
New Revision: 516325

URL: http://svn.apache.org/viewvc?view=rev&rev=516325
Log:
Corrected spelling mistake in comments only.

Modified:
    db/torque/runtime/trunk/src/java/org/apache/torque/om/BaseObject.java
    db/torque/templates/trunk/src/templates/om/Object.vm
    db/torque/templates/trunk/src/templates/om/ObjectWithManager.vm

Modified: db/torque/runtime/trunk/src/java/org/apache/torque/om/BaseObject.java
URL: http://svn.apache.org/viewvc/db/torque/runtime/trunk/src/java/org/apache/torque/om/BaseObject.java?view=diff&rev=516325&r1=516324&r2=516325
==============================================================================
--- db/torque/runtime/trunk/src/java/org/apache/torque/om/BaseObject.java (original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/om/BaseObject.java Fri Mar  9 00:03:53 2007
@@ -185,7 +185,7 @@
      *         field).
      * @throws IllegalArgumentException if object type of value does not match
      *             field object type.
-     * @throws TorqueException If a problem occures with the set[Field] method.
+     * @throws TorqueException If a problem occurs with the set[Field] method.
      */
     public boolean setByName(String name, Object value)
             throws TorqueException
@@ -214,7 +214,7 @@
      *         field).
      * @throws IllegalArgumentException if object type of value does not match
      *             field object type.
-     * @throws TorqueException If a problem occures with the set[Field] method.
+     * @throws TorqueException If a problem occurs with the set[Field] method.
      */
     public boolean setByPeerName(String name, Object value)
             throws TorqueException
@@ -244,7 +244,7 @@
      *         field).
      * @throws IllegalArgumentException if object type of value does not match
      *             field object type.
-     * @throws TorqueException If a problem occures with the set[Field] method.
+     * @throws TorqueException If a problem occurs with the set[Field] method.
      */
     public boolean setByPosition(int position, Object value)
             throws TorqueException

Modified: db/torque/templates/trunk/src/templates/om/Object.vm
URL: http://svn.apache.org/viewvc/db/torque/templates/trunk/src/templates/om/Object.vm?view=diff&rev=516325&r1=516324&r2=516325
==============================================================================
--- db/torque/templates/trunk/src/templates/om/Object.vm (original)
+++ db/torque/templates/trunk/src/templates/om/Object.vm Fri Mar  9 00:03:53 2007
@@ -1122,7 +1122,7 @@
      * @param value field value
      * @return True if value was set, false if not (invalid name / protected field).
      * @throws IllegalArgumentException if object type of value does not match field object type.
-     * @throws TorqueException If a problem occures with the set[Field] method.
+     * @throws TorqueException If a problem occurs with the set[Field] method.
      */
     public boolean setByName(String name, Object value )
         throws TorqueException, IllegalArgumentException
@@ -1245,7 +1245,7 @@
      * @param value field value
      * @return True if value was set, false if not (invalid name / protected field).
      * @throws IllegalArgumentException if object type of value does not match field object type.
-     * @throws TorqueException If a problem occures with the set[Field] method.
+     * @throws TorqueException If a problem occurs with the set[Field] method.
      */
     public boolean setByPeerName(String name, Object value)
         throws TorqueException, IllegalArgumentException
@@ -1305,7 +1305,7 @@
      * @param value field value
      * @return True if value was set, false if not (invalid position / protected field).
      * @throws IllegalArgumentException if object type of value does not match field object type.
-     * @throws TorqueException If a problem occures with the set[Field] method.
+     * @throws TorqueException If a problem occurs with the set[Field] method.
      */
     public boolean setByPosition(int position, Object value)
         throws TorqueException, IllegalArgumentException

Modified: db/torque/templates/trunk/src/templates/om/ObjectWithManager.vm
URL: http://svn.apache.org/viewvc/db/torque/templates/trunk/src/templates/om/ObjectWithManager.vm?view=diff&rev=516325&r1=516324&r2=516325
==============================================================================
--- db/torque/templates/trunk/src/templates/om/ObjectWithManager.vm (original)
+++ db/torque/templates/trunk/src/templates/om/ObjectWithManager.vm Fri Mar  9 00:03:53 2007
@@ -1139,7 +1139,7 @@
      * @param value field value
      * @return True if value was set, false if not (invalid name / protected field).
      * @throws IllegalArgumentException if object type of value does not match field object type.
-     * @throws TorqueException If a problem occures with the set[Field] method.
+     * @throws TorqueException If a problem occurs with the set[Field] method.
      */
     public boolean setByName(String name, Object value )
         throws TorqueException, IllegalArgumentException
@@ -1262,7 +1262,7 @@
      * @param value field value
      * @return True if value was set, false if not (invalid name / protected field).
      * @throws IllegalArgumentException if object type of value does not match field object type.
-     * @throws TorqueException If a problem occures with the set[Field] method.
+     * @throws TorqueException If a problem occurs with the set[Field] method.
      */
     public boolean setByPeerName(String name, Object value)
         throws TorqueException, IllegalArgumentException
@@ -1322,7 +1322,7 @@
      * @param value field value
      * @return True if value was set, false if not (invalid position / protected field).
      * @throws IllegalArgumentException if object type of value does not match field object type.
-     * @throws TorqueException If a problem occures with the set[Field] method.
+     * @throws TorqueException If a problem occurs with the set[Field] method.
      */
     public boolean setByPosition(int position, Object value)
         throws TorqueException, IllegalArgumentException



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