X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=source%2Fmircoders%2Fglobal%2FCacheKey.java;h=f1b947c12c3f8fa37dd080ba36f466ee4a291775;hb=95c2e3a74f492f6f61d4dbe8bb47996f43af0627;hp=63fead026b95155286cf3fd2d4b573e6fe469657;hpb=a459f111d85598df56c6ab711cec11632676b39c;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; } }