Reformatted the code block as necessary

revert-70aa11f8
abhishekdesilva 6 years ago
parent 870ff031bb
commit a0bc1cdd20

@ -186,12 +186,12 @@ public class OperationManagerImpl implements OperationManager {
if (hasExistingTaskOperation) {
pendingDeviceList.add(deviceId);
}
}
if (pendingDeviceList.size() > 0) {
if (authorizedDeviceList.size() == pendingDeviceList.size()) {
log.info("All the devices contain a pending operation for the Operation Code: "+operationCode);
log.info("All the devices contain a pending operation for the Operation Code: "
+ operationCode);
Activity activity = new Activity();
//Send the operation statuses only for admin triggered operations
String deviceType = validDeviceIds.get(0).getType();

Loading…
Cancel
Save