merged 1.1 branch into head
[mir.git] / source / mircoders / global / CacheKey.java
index 63fead0..f1b947c 100755 (executable)
@@ -48,8 +48,7 @@ public class CacheKey {
       return false;
     if (((CacheKey) aCacheKey).type.equals(type) && ((CacheKey) aCacheKey).selector.equals(selector))
       return true;
-    else
-      return false;
+               return false;
     
   }
 }