211212213214215216217218219220221
if (disabledValidators != null) { for (Iterator it = disabledValidators.iterator(); it.hasNext();) { Validator v = (Validator) it.next(); Validator.V1 v1 = null; try { v1 = v.asV1Validator(); } catch (Exception e) { Logger.logException(e); } if (v1 != null)
209210211212213214215216217218219