Issue #2455. Fixed error from test.

Former-commit-id: f64d667715 [formerly 359c281b1e] [formerly 981544290e [formerly 86967352eba1893eb4ec40187638bfc33d06cc21]]
Former-commit-id: 981544290e
Former-commit-id: 263244b606
This commit is contained in:
Slav Korolev 2013-10-22 12:34:34 -04:00
parent a7ad7e9f46
commit d0aa6f6f26

View file

@ -163,6 +163,9 @@ public class BandwidthComposite extends Composite implements IApplyCancelAction
Set<String> unscheduledSubscriptions = SystemRuleManager
.setAvailableBandwidth(Network.OPSNET, bandwidth);
if (unscheduledSubscriptions == null) {
return changesApplied;
}
if (unscheduledSubscriptions.isEmpty()) {
changesApplied = true;
} else {