Redundant return.
This commit is contained in:
parent
764b9bba52
commit
90e357d461
|
@ -552,7 +552,6 @@ public class EqualsBuilder implements Builder<Boolean> {
|
||||||
// If a subclass has ivars that we are trying to test them, we get an
|
// If a subclass has ivars that we are trying to test them, we get an
|
||||||
// exception and we know that the objects are not equal.
|
// exception and we know that the objects are not equal.
|
||||||
isEquals = false;
|
isEquals = false;
|
||||||
return this;
|
|
||||||
}
|
}
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue