Redundant return.

This commit is contained in:
Gary Gregory 2020-11-21 13:51:16 -05:00
parent 764b9bba52
commit 90e357d461
1 changed files with 0 additions and 1 deletions

View File

@ -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;
} }