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 mp...@apache.org on 2003/10/06 07:49:32 UTC

cvs commit: db-torque/src/generator/src/java/org/apache/torque/task TorqueSQLTask.java

mpoeschl    2003/10/05 22:49:32

  Modified:    src/generator/src/java/org/apache/torque/task
                        TorqueSQLTask.java
  Log:
  remove unused import
  
  Revision  Changes    Path
  1.5       +2 -3      db-torque/src/generator/src/java/org/apache/torque/task/TorqueSQLTask.java
  
  Index: TorqueSQLTask.java
  ===================================================================
  RCS file: /home/cvs/db-torque/src/generator/src/java/org/apache/torque/task/TorqueSQLTask.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TorqueSQLTask.java	5 Oct 2003 14:14:03 -0000	1.4
  +++ TorqueSQLTask.java	6 Oct 2003 05:49:32 -0000	1.5
  @@ -3,7 +3,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -61,7 +61,6 @@
   import java.util.Iterator;
   import java.util.Properties;
   
  -import org.apache.commons.lang.StringUtils;
   import org.apache.tools.ant.BuildException;
   
   import org.apache.velocity.context.Context;
  
  
  

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