Fix formatting issue

pull/550/head
prathabanKavin 2 months ago
parent f70661dcd2
commit a39ab9df81

@ -720,10 +720,10 @@ public class SubscriptionManagerImpl implements SubscriptionManager {
.collect(Collectors.toSet()); .collect(Collectors.toSet());
Set<DeviceIdentifier> skippedDevices = subscribingDeviceIdHolder.getSkippedDevices().keySet(); Set<DeviceIdentifier> skippedDevices = subscribingDeviceIdHolder.getSkippedDevices().keySet();
if (skippedDevices.containsAll(deviceIdentifiers) && deviceIdentifiers.containsAll(skippedDevices)) { if (skippedDevices.containsAll(deviceIdentifiers) && deviceIdentifiers.containsAll(skippedDevices)) {
String msg = "All devices in the subscription have pending operations for this application."; String msg = "All devices in the subscription have pending operations for this application.";
log.error(msg); log.error(msg);
throw new BadRequestException(msg); throw new BadRequestException(msg);
} }
} }
/** /**

Loading…
Cancel
Save