mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-02 14:37:45 +01:00
Fixed checkstyle error
This commit is contained in:
parent
8203e85f77
commit
c96b6c0733
@ -103,7 +103,7 @@ public class Addresses {
|
||||
}
|
||||
|
||||
private boolean isValidAddress(String address) {
|
||||
return !address.isEmpty() && !address.equals("0.0.0.0");
|
||||
return !address.isEmpty() && !"0.0.0.0".equals(address);
|
||||
}
|
||||
|
||||
public Optional<String> getServerPropertyIP() {
|
||||
|
Loading…
Reference in New Issue
Block a user