@@ -197,7 +197,7 @@ public class DeviceSimulatorUpdater {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean isErrorResponse(final UpdateStatus status) {
|
private static boolean isErrorResponse(final UpdateStatus status) {
|
||||||
if (status == null) {
|
if (status == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user