Roll back change

This commit is contained in:
jamesagnew 2022-01-17 18:13:03 -05:00 committed by James Agnew
parent d3007ea73f
commit bc3759dc03
1 changed files with 4317 additions and 4324 deletions

View File

@ -36,7 +36,6 @@ package org.hl7.fhir.r5.formats;
import org.hl7.fhir.r5.model.*;
import org.hl7.fhir.r5.model.Enumerations.FHIRVersion;
import org.slf4j.LoggerFactory;
import org.xmlpull.v1.*;
import org.hl7.fhir.utilities.Utilities;
import org.hl7.fhir.exceptions.FHIRFormatError;
@ -45,12 +44,6 @@ import java.io.IOException;
public class XmlParser extends XmlParserBase {
static {
// Helpful for troubleshooting why this class is being loaded
LoggerFactory.getLogger(org.hl7.fhir.r5.elementmodel.XmlParser.class).debug("Loading XmlParser class");
}
public XmlParser() {
super();
}