Issue #2455. Fixed error from test.
Former-commit-id:f64d667715
[formerly359c281b1e
] [formerly981544290e
[formerly 86967352eba1893eb4ec40187638bfc33d06cc21]] Former-commit-id:981544290e
Former-commit-id:263244b606
This commit is contained in:
parent
a7ad7e9f46
commit
d0aa6f6f26
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue