1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-09-28 18:49:49 +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