Author: tfischer
Date: Sat Apr 6 20:14:31 2013
New Revision: 1465297
URL: http://svn.apache.org/r1465297
Log:
fix checkstyle warnings
Modified:
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/AbstractConfigurationProvider.java
Modified:
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/AbstractConfigurationProvider.java
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/AbstractConfigurationProvider.java?rev=1465297&r1=1465296&r2=1465297&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/AbstractConfigurationProvider.java
(original)
+++
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/AbstractConfigurationProvider.java
Sat Apr 6 20:14:31 2013
@@ -1,9 +1,5 @@
package org.apache.torque.generator.configuration;
-import java.io.InputStream;
-
-import org.apache.torque.generator.configuration.paths.TorqueGeneratorPaths;
-
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
@@ -23,6 +19,11 @@ import org.apache.torque.generator.confi
* under the License.
*/
+
+import java.io.InputStream;
+
+import org.apache.torque.generator.configuration.paths.TorqueGeneratorPaths;
+
/**
* A base class for all ConfigurationProvider implementations.
* @version $Id: $
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]