cleanup / abuse system fix / prepping for a release
[mir.git] / source / mir / storage / store / StoreIdentifier.java
index fab5a7d..de65c7a 100755 (executable)
@@ -48,9 +48,7 @@ import mir.entity.EntityList;
 import mir.log.LoggerWrapper;
 
 public class StoreIdentifier {
-
-  /** @todo check if invalidating already to avoid deadlocks
-   *  what about concurrency? */
+  /** todo check if invalidating already to avoid deadlocks what about concurrency? */
 
   private static ObjectStore o_store = ObjectStore.getInstance();
 
@@ -62,8 +60,6 @@ public class StoreIdentifier {
 
   protected LoggerWrapper logger = new LoggerWrapper("Database.ObjectStore");
 
-  private StoreIdentifier() {}
-
   public StoreIdentifier(StorableObject reference, int storeType,
                          String uniqueIdentifier) {
     Class theClass;
@@ -172,6 +168,4 @@ public class StoreIdentifier {
       id.append(" (" + timesUsed).append(") times used.");
     return id.toString();
   }
-
-
 }
\ No newline at end of file