]> git.mxchange.org Git - jcore.git/commitdiff
Organized members
authorRoland Haeder <roland@mxchange.org>
Wed, 12 Aug 2015 18:00:51 +0000 (20:00 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 12 Aug 2015 18:00:51 +0000 (20:00 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcore/database/backend/base64/Base64CsvDatabaseBackend.java

index db83391a1c61ae58a5992b9dc22ad834f7c986d1..1d3bdc72ce505f877f38ec8e81ecce9cc671d470 100644 (file)
@@ -16,7 +16,6 @@
  */
 package org.mxchange.jcore.database.backend.base64;
 
-import org.mxchange.jcore.database.result.DatabaseResult;
 import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.io.RandomAccessFile;
@@ -29,6 +28,7 @@ import org.mxchange.jcore.criteria.searchable.SearchableCritera;
 import org.mxchange.jcore.database.backend.BaseDatabaseBackend;
 import org.mxchange.jcore.database.backend.DatabaseBackend;
 import org.mxchange.jcore.database.frontend.DatabaseFrontend;
+import org.mxchange.jcore.database.result.DatabaseResult;
 import org.mxchange.jcore.database.result.Result;
 import org.mxchange.jcore.database.storage.Storeable;
 import org.mxchange.jcore.exceptions.BadTokenException;