Code cleanup (#1461)
* Code cleanup * Fix flux tests * Fix checkstyle errors * Fix compile error
This commit is contained in:
@ -103,10 +103,7 @@ public class HeroStat {
|
||||
if (luck != other.luck) {
|
||||
return false;
|
||||
}
|
||||
if (strength != other.strength) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
return strength == other.strength;
|
||||
}
|
||||
|
||||
// The clone() method should not be public. Just don't override it.
|
||||
|
Reference in New Issue
Block a user