1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-07-05 01:32:37 +02:00
Smack/source/org
Florian Schmaus 2cb3d5a0d4 Move 'new MXParser()' in try/catch block
aSmack replaces 'new MXParser()' with
'XmlPullParserFactory.newInstance().newPullParser()' which can throw a
XmlPullParserException. In order to build aSmack, we need to move the
'new MXParser()' within a try/catch block.
2014-02-04 09:57:01 +01:00
..
jivesoftware Move 'new MXParser()' in try/catch block 2014-02-04 09:57:01 +01:00