Author: tfischer Date: Tue Jun 21 20:09:07 2011 New Revision: 1138158 URL: http://svn.apache.org/viewvc?rev=1138158&view=rev Log: Fix trailing space Modified: db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/transformer/om/FindHelper.java Modified: db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/transformer/om/FindHelper.java URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/transformer/om/FindHelper.java?rev=1138158&r1=1138157&r2=1138158&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/transformer/om/FindHelper.java (original) +++ db/torque/torque4/trunk/torque-templates/src/main/java/org/apache/torque/templates/transformer/om/FindHelper.java Tue Jun 21 20:09:07 2011 @@ -48,7 +48,7 @@ final class FindHelper * @param root the database Source element, not null. * @param tableName the table name, not null. * @param searchExternalSchemata if the table should also be located - * in the external schemata. + * in the external schemata. * * @return the column's source element, or null if no matching table * exists. --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org