6667686970717273
public Constraint createConstraintInstance(String type, String name, Object context, Configuration conf) { if ("choice".equals(type)) { return (new ChoiceConstraint()); } else { return (new RegexprConstraint()); } }
6465666768697071
public Constraint createConstraintInstance(String type, String name, Object context, Configuration conf) { if ("choice".equals(type)) { return(new ChoiceConstraint()); } else { return(new RegexprConstraint()); } }
6869707172737475