Skip to content
Snippets Groups Projects
Commit 56bc862a authored by OZG-Cloud Team's avatar OZG-Cloud Team
Browse files

OZG-5412 xmlhelper: Organize imports

parent 7692ee63
No related branches found
No related tags found
No related merge requests found
......@@ -11,13 +11,13 @@ import javax.xml.xpath.XPathExpressionException;
import javax.xml.xpath.XPathFactory;
import javax.xml.xpath.XPathFactoryConfigurationException;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
import org.w3c.dom.Document;
import org.xml.sax.SAXException;
import de.ozgcloud.eingang.common.errorhandling.TechnicalException;
import de.ozgcloud.eingang.common.formdata.IncomingFile;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class XMLHelper {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment