This commit is contained in:
Daan Hoogland 2014-07-14 17:50:27 +02:00 committed by Wilder Rodrigues
parent 1365acd200
commit 08cf6b11a1
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ public class BasicNetworkTopology implements NetworkTopology {
throw new ResourceUnavailableException("Unable to apply " + typeString, DataCenter.class, network.getDataCenterId());
}
// should become a BasicNetworkVisitor in the end
AdvancedNetworkVisitor visitor = new AdvancedNetworkVisitor();
RuleApplier ruleApplier = ruleApplierWrapper.getRuleType();