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 2011/06/21 21:38:07 UTC

svn commit: r1138145 - /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/NoRowsException.java

Author: tfischer
Date: Tue Jun 21 19:38:06 2011
New Revision: 1138145

URL: http://svn.apache.org/viewvc?rev=1138145&view=rev
Log:
fixed javadoc typo

Modified:
    db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/NoRowsException.java

Modified: db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/NoRowsException.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/NoRowsException.java?rev=1138145&r1=1138144&r2=1138145&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/NoRowsException.java (original)
+++ db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/NoRowsException.java Tue Jun 21 19:38:06 2011
@@ -20,7 +20,7 @@ package org.apache.torque;
  */
 
 /**
- * This exception indicates that no rows were returned but atleast one should
+ * This exception indicates that no rows were returned but at least one should
  * have been returned.
  *
  * @author <a href="mailto:quintonm@bellsouth.net">Quinton McCombs</a>



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