Removed "dead code" warning
This commit is contained in:
parent
1dd39e689b
commit
1078e0ad3c
1 changed files with 0 additions and 4 deletions
|
@ -118,10 +118,6 @@ public class EqualsBean implements Serializable {
|
||||||
Object bean1 = _obj;
|
Object bean1 = _obj;
|
||||||
Object bean2 = obj;
|
Object bean2 = obj;
|
||||||
boolean eq;
|
boolean eq;
|
||||||
if (bean2==null) {
|
|
||||||
eq = false;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
if (bean1==null && bean2==null) {
|
if (bean1==null && bean2==null) {
|
||||||
eq = true;
|
eq = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue