summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/satellitedaemon/db/MySQL.java
diff options
context:
space:
mode:
authorMichael Petretti2014-06-03 11:41:42 +0200
committerMichael Petretti2014-06-03 11:41:42 +0200
commit53107a84be0f2fb6b62fc66993bd6febe555870f (patch)
treefca17b287c1a7787010d02c683f5b88c600b1bf7 /src/main/java/org/openslx/satellitedaemon/db/MySQL.java
parentMoved more things to the Globals.java class. (diff)
downloadsatellite-daemon-53107a84be0f2fb6b62fc66993bd6febe555870f.tar.gz
satellite-daemon-53107a84be0f2fb6b62fc66993bd6febe555870f.tar.xz
satellite-daemon-53107a84be0f2fb6b62fc66993bd6febe555870f.zip
More ToDos solved.
Diffstat (limited to 'src/main/java/org/openslx/satellitedaemon/db/MySQL.java')
-rw-r--r--src/main/java/org/openslx/satellitedaemon/db/MySQL.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/org/openslx/satellitedaemon/db/MySQL.java b/src/main/java/org/openslx/satellitedaemon/db/MySQL.java
index c5f2fce..599cdb1 100644
--- a/src/main/java/org/openslx/satellitedaemon/db/MySQL.java
+++ b/src/main/java/org/openslx/satellitedaemon/db/MySQL.java
@@ -1,17 +1,17 @@
package org.openslx.satellitedaemon.db;
-import java.io.FileInputStream;
import java.io.BufferedInputStream;
+import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.List;
import java.util.Properties;
-import com.mysql.jdbc.jdbc2.optional.MysqlDataSource;
-
import org.apache.log4j.Logger;
import org.openslx.satellitedaemon.util.Util;
+import com.mysql.jdbc.jdbc2.optional.MysqlDataSource;
+
import fi.evident.dalesbred.Database;
/**