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 tv...@apache.org on 2006/09/09 02:07:47 UTC

svn commit: r441698 - /db/torque/templates/trunk/src/templates/om/MapBuilder.vm

Author: tv
Date: Fri Sep  8 17:07:46 2006
New Revision: 441698

URL: http://svn.apache.org/viewvc?view=rev&rev=441698
Log:
Remove the commons-logging references. They were not used.

Modified:
    db/torque/templates/trunk/src/templates/om/MapBuilder.vm

Modified: db/torque/templates/trunk/src/templates/om/MapBuilder.vm
URL: http://svn.apache.org/viewvc/db/torque/templates/trunk/src/templates/om/MapBuilder.vm?view=diff&rev=441698&r1=441697&r2=441698
==============================================================================
--- db/torque/templates/trunk/src/templates/om/MapBuilder.vm (original)
+++ db/torque/templates/trunk/src/templates/om/MapBuilder.vm Fri Sep  8 17:07:46 2006
@@ -16,9 +16,6 @@
 import java.util.Date;
 import java.math.BigDecimal;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
 import org.apache.torque.Torque;
 import org.apache.torque.TorqueException;
 import org.apache.torque.map.MapBuilder;
@@ -41,9 +38,6 @@
   */
 public class ${table.JavaName}MapBuilder implements MapBuilder
 {
-    /** the log */
-    protected static Log log = LogFactory.getLog(${table.JavaName}MapBuilder.class);
-
     /**
      * The name of this class
      */



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