Author: tfischer
Date: Fri Oct 21 01:39:45 2011
New Revision: 1187159
URL: http://svn.apache.org/viewvc?rev=1187159&view=rev
Log:
move license header to correct place
Modified:
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/control/ControllerException.java
Modified:
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/control/ControllerException.java
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/control/ControllerException.java?rev=1187159&r1=1187158&r2=1187159&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/control/ControllerException.java
(original)
+++
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/control/ControllerException.java
Fri Oct 21 01:39:45 2011
@@ -1,7 +1,5 @@
package org.apache.torque.generator.control;
-import org.apache.torque.generator.GeneratorException;
-
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
@@ -21,6 +19,8 @@ import org.apache.torque.generator.Gener
* under the License.
*/
+import org.apache.torque.generator.GeneratorException;
+
/**
* This Exception is thrown when an error occurs within the Controller of
* the Torque Generator.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]