mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix formatting issue
This commit is contained in:
parent
f70661dcd2
commit
a39ab9df81
@ -720,10 +720,10 @@ public class SubscriptionManagerImpl implements SubscriptionManager {
|
||||
.collect(Collectors.toSet());
|
||||
Set<DeviceIdentifier> skippedDevices = subscribingDeviceIdHolder.getSkippedDevices().keySet();
|
||||
if (skippedDevices.containsAll(deviceIdentifiers) && deviceIdentifiers.containsAll(skippedDevices)) {
|
||||
String msg = "All devices in the subscription have pending operations for this application.";
|
||||
log.error(msg);
|
||||
throw new BadRequestException(msg);
|
||||
}
|
||||
String msg = "All devices in the subscription have pending operations for this application.";
|
||||
log.error(msg);
|
||||
throw new BadRequestException(msg);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user