mirror of
https://github.com/apache/commons-lang.git
synced 2025-03-01 13:39:04 +00:00
Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fec5e2dc3d
commit
a1dcdfa2a6
@ -637,9 +637,8 @@ public boolean equals(Object obj2) {
|
||||
} else {
|
||||
return this.value == tok2.value;
|
||||
}
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user