Skip to content

Commit

Permalink
Bad merge…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gintas Grigelionis committed Mar 17, 2018
1 parent bc29062 commit 70d8de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/apache/ivy/util/XMLHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ public static void parse(URL xmlURL, URL schema, DefaultHandler handler) throws
parse(xmlURL, schema, handler, null);
}

public static void parse(URL xmlURL, URL schema, DefaultHandler handler, LexicalHandler lHandler)
@SuppressWarnings("deprecation")
public static void parse(URL xmlURL, URL schema, DefaultHandler handler, LexicalHandler lHandler)
throws SAXException, IOException, ParserConfigurationException {
InputStream xmlStream = URLHandlerRegistry.getDefault().openStream(xmlURL);
try {
Expand Down

0 comments on commit 70d8de7

Please sign in to comment.