Skip to content

Commit 690dfdf

Browse files
committed
Tests: add SuppressWarnings("deprecation") in DefaultEntityResolverTest.
1 parent b8b4b5f commit 690dfdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

junit/io/sf/carte/doc/xml/dtd/DefaultEntityResolverTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ public void resolveEntityString() throws SAXException, IOException {
173173
re.close();
174174
}
175175

176+
@SuppressWarnings("deprecation")
176177
@Test
177178
public void resolveEntityDocumentTypeDeclaration() throws SAXException, IOException {
178179
InputSource isrc = resolver

0 commit comments

Comments
 (0)