Skip to content

Commit db8020a

Browse files
committed
Cleanup items noted by VS Code.
1 parent b5299a5 commit db8020a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apachefop-serverless-az-func/.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"apachefop",
1111
"Gzipped",
1212
"Keepin",
13+
"newing",
1314
"xslfo"
1415
]
1516
}

apachefop-serverless-az-func/src/main/java/com/cajuncoding/apachefop/serverless/utils/XPathUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import java.io.IOException;
44
import java.io.InputStream;
5-
import java.io.StringReader;
65
import java.nio.charset.StandardCharsets;
76

87
import javax.xml.parsers.DocumentBuilderFactory;
@@ -13,7 +12,6 @@
1312

1413
import org.apache.commons.io.IOUtils;
1514
import org.w3c.dom.Document;
16-
import org.xml.sax.InputSource;
1715
import org.xml.sax.SAXException;
1816

1917
public class XPathUtils {

0 commit comments

Comments
 (0)