format fix

This commit is contained in:
Clisprail
2014-07-24 18:46:18 +02:00
parent 918a2d798e
commit f844dccb31
@@ -80,7 +80,7 @@ public class ServerProviderInfo {
public long getCRC32() {
if (properties.get("crc32") != null) {
return Long.parseLong(properties.get("crc32"));
}else{
} else {
return (long) new Random().nextInt(2000) + 1;
}
}