We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852554e commit a49b3d5Copy full SHA for a49b3d5
1 file changed
src/com/maxprograms/xml/DTDResolver.java
@@ -22,7 +22,6 @@
22
23
public class DTDResolver implements EntityResolver {
24
25
- @SuppressWarnings("resource")
26
@Override
27
public InputSource resolveEntity(String publicId, String systemId) throws IOException {
28
try {
0 commit comments