Author: rwesten
Date: Tue Jul 24 10:45:34 2012
New Revision: 1364971
URL: http://svn.apache.org/viewvc?rev=1364971&view=rev
Log:
organized imports
Modified:
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/ChangeSetImpl.java
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileStoreDBManager.java
Modified:
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/ChangeSetImpl.java
URL:
http://svn.apache.org/viewvc/incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/ChangeSetImpl.java?rev=1364971&r1=1364970&r2=1364971&view=diff
==============================================================================
---
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/ChangeSetImpl.java
(original)
+++
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/ChangeSetImpl.java
Tue Jul 24 10:45:34 2012
@@ -18,7 +18,6 @@ package org.apache.stanbol.contenthub.st
import java.util.Set;
-import org.apache.clerezza.rdf.core.UriRef;
import org.apache.stanbol.contenthub.servicesapi.store.ChangeSet;
import org.apache.stanbol.contenthub.servicesapi.store.Store;
Modified:
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileStoreDBManager.java
URL:
http://svn.apache.org/viewvc/incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileStoreDBManager.java?rev=1364971&r1=1364970&r2=1364971&view=diff
==============================================================================
---
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileStoreDBManager.java
(original)
+++
incubator/stanbol/branches/contenthub-two-layered-structure/contenthub/store/file/src/main/java/org/apache/stanbol/contenthub/store/file/FileStoreDBManager.java
Tue Jul 24 10:45:34 2012
@@ -16,8 +16,12 @@
*/
package org.apache.stanbol.contenthub.store.file;
-import static org.apache.stanbol.contenthub.store.file.FileStore.*;
import static
org.apache.stanbol.contenthub.store.file.FileRevisionManager.REVISION_TABLE_NAME;
+import static
org.apache.stanbol.contenthub.store.file.FileStore.FIELD_ENHANCEMENT_COUNT;
+import static org.apache.stanbol.contenthub.store.file.FileStore.FIELD_ID;
+import static
org.apache.stanbol.contenthub.store.file.FileStore.FIELD_MIME_TYPE;
+import static org.apache.stanbol.contenthub.store.file.FileStore.FIELD_TITLE;
+import static
org.apache.stanbol.contenthub.store.file.FileStore.RECENTLY_ENHANCED_TABLE_NAME;
import java.net.ConnectException;
import java.sql.Connection;