Author: tv
Date: Mon Aug 27 12:19:46 2018
New Revision: 1839304

URL: http://svn.apache.org/viewvc?rev=1839304&view=rev
Log:
Housekeeping

Modified:
    db/torque/torque4/trunk/torque-runtime/pom.xml
    
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/TorqueException.java

Modified: db/torque/torque4/trunk/torque-runtime/pom.xml
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/pom.xml?rev=1839304&r1=1839303&r2=1839304&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/pom.xml (original)
+++ db/torque/torque4/trunk/torque-runtime/pom.xml Mon Aug 27 12:19:46 2018
@@ -112,9 +112,10 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <!-- forkMode pertest is necessary for TorqueInstanceTest -->
+          <!-- forkCount=1/reuseForks=false is necessary for 
TorqueInstanceTest -->
           <!-- to get a not-initialized TorqueInstance singleton    -->
-          <forkMode>pertest</forkMode>
+          <forkCount>1</forkCount>
+          <reuseForks>false</reuseForks>
           <excludes>
             <exclude>**/BaseTestCase.java</exclude>
           </excludes>

Modified: 
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/TorqueException.java
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/TorqueException.java?rev=1839304&r1=1839303&r2=1839304&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/TorqueException.java
 (original)
+++ 
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/TorqueException.java
 Mon Aug 27 12:19:46 2018
@@ -1,7 +1,5 @@
 package org.apache.torque;
 
-import java.sql.SQLException;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -21,6 +19,8 @@ import java.sql.SQLException;
  * under the License.
  */
 
+import java.sql.SQLException;
+
 /**
  * The base class of all checked exceptions thrown by Torque.
  *



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

Reply via email to