X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmircoders%2Fglobal%2FCacheKey.java;fp=source%2Fmircoders%2Fglobal%2FCacheKey.java;h=f1b947c12c3f8fa37dd080ba36f466ee4a291775;hb=c9ac8fa71b679f8d967aac901bbef945c13b94c9;hp=63fead026b95155286cf3fd2d4b573e6fe469657;hpb=d63595f89aaa4b6a524dc0b4af9e0eef888f4c6b;p=mir.git diff --git a/source/mircoders/global/CacheKey.java b/source/mircoders/global/CacheKey.java index 63fead02..f1b947c1 100755 --- a/source/mircoders/global/CacheKey.java +++ b/source/mircoders/global/CacheKey.java @@ -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; } }