fix warning for MatchingCacheKey.equals()
This commit is contained in:
@@ -63,6 +63,9 @@ class MatchingCacheKey {
|
||||
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
if (obj == null)
|
||||
return false;
|
||||
|
||||
if (this == obj)
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user