Formating of redundant else statements
This commit is contained in:
parent
9423bd2f1d
commit
e9bdc54e42
|
|
@ -80,9 +80,7 @@ public class FilterSet
|
|||
final FilterSet other = (FilterSet) aObject;
|
||||
return this.mFilters.equals(other.mFilters);
|
||||
}
|
||||
else {
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/** @see com.puppycrawl.tools.checkstyle.api.Filter */
|
||||
|
|
|
|||
Loading…
Reference in New Issue