|
@@ -45,7 +45,7 @@ public class KeyFileParseUtils {
|
|
|
String users = properties.getProperty("Users");
|
|
|
Sign sign = JsonUtils.jsonStringToBean(signJsonStr, Sign.class);
|
|
|
if (!Objects.deepEquals(ServerUtils.getDeviceId(),serverID)) {
|
|
|
- throw new BackendRuntimeException("Server ID Error. Please check your Key File.");
|
|
|
+ throw new BackendRuntimeException("Server ID error. Please check your Key File.");
|
|
|
}
|
|
|
if (!(Objects.deepEquals(sign.getServerID(),serverID)
|
|
|
&& Objects.deepEquals(sign.getLicenseDate(),licenseDate)
|