use of org.javarosa.core.util.externalizable.PrototypeFactoryDeprecated in project javarosa by opendatakit.
the class XFormParser method staticInit.
private static void staticInit() {
initProcessingRules();
modelPrototypes = new PrototypeFactoryDeprecated();
submissionParsers = new ArrayList<>(1);
}
Aggregations