fix warning for MatchingCacheKey.equals()

This commit is contained in:
Hannes Janetzek
2013-11-23 21:11:04 +01:00
parent 7ef611945d
commit 3c3d68d073
@@ -63,6 +63,9 @@ class MatchingCacheKey {
@Override
public boolean equals(Object obj) {
if (obj == null)
return false;
if (this == obj)
return true;