Skip to content

Commit

Permalink
Tests: add SuppressWarnings("deprecation") in DefaultEntityResolverTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Nov 29, 2020
1 parent b8b4b5f commit 690dfdf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ public void resolveEntityString() throws SAXException, IOException {
re.close();
}

@SuppressWarnings("deprecation")
@Test
public void resolveEntityDocumentTypeDeclaration() throws SAXException, IOException {
InputSource isrc = resolver
Expand Down

0 comments on commit 690dfdf

Please sign in to comment.