cleanup / abuse system fix / prepping for a release
[mir.git] / source / mir / storage / store / test / EntityC1.java
index 96273de..837fb52 100755 (executable)
@@ -65,6 +65,6 @@ public class EntityC1 implements StorableObject {
     // simulates a relation to EntityC2 with uniqueIdentifier "1"
     notifiees.add(new StoreIdentifier(EntityC2.class,"1"));
     notifiees.add(new StoreIdentifier(EntityC2.class,"18"));
-               return (Set)notifiees;
+               return notifiees;
        }
 }
\ No newline at end of file