Skip to content

Commit 70d8de7

Browse files
author
Gintas Grigelionis
committed
Bad merge…
1 parent bc29062 commit 70d8de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/org/apache/ivy/util/XMLHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ public static void parse(URL xmlURL, URL schema, DefaultHandler handler) throws
116116
parse(xmlURL, schema, handler, null);
117117
}
118118

119-
public static void parse(URL xmlURL, URL schema, DefaultHandler handler, LexicalHandler lHandler)
120119
@SuppressWarnings("deprecation")
120+
public static void parse(URL xmlURL, URL schema, DefaultHandler handler, LexicalHandler lHandler)
121121
throws SAXException, IOException, ParserConfigurationException {
122122
InputStream xmlStream = URLHandlerRegistry.getDefault().openStream(xmlURL);
123123
try {

0 commit comments

Comments
 (0)