I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d87178fe authored by zzz's avatar zzz
Browse files

UPnP: Comment out unused parsers

parent 28ad95f8
No related branches found
No related tags found
No related merge requests found
......@@ -229,10 +229,10 @@ public class UPnP
String[] parserClass = new String[]{
System.getProperty(XML_CLASS_PROPERTTY),
"org.cybergarage.xml.parser.XmlPullParser",
"org.cybergarage.xml.parser.JaxpParser",
"org.cybergarage.xml.parser.kXML2Parser",
"org.cybergarage.xml.parser.XercesParser"
//"org.cybergarage.xml.parser.XmlPullParser",
"org.cybergarage.xml.parser.JaxpParser"
//"org.cybergarage.xml.parser.kXML2Parser",
//"org.cybergarage.xml.parser.XercesParser"
};
for (int i = 0; i < parserClass.length; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment