list = (List)(policyParameters.remove(id));
else
list = (List)(policySetParameters.remove(id));
}
elements.add(new PolicyCombinerElement(policy, list));
}
// ...and that there aren't extra parameters
if (! policyParameters.isEmpty())
throw new ParsingException("Unmatched parameters in Policy");