1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-14 06:51:08 +01:00

Add missing break statements

This commit is contained in:
Florian Schmaus 2015-03-23 09:52:01 +01:00
parent 5e86db4f80
commit 451eb4c826
7 changed files with 8 additions and 0 deletions

View file

@ -47,6 +47,7 @@ public class MUCParserUtils {
reason = parser.nextText();
break;
}
break;
case XmlPullParser.END_TAG:
if (parser.getDepth() == initialDepth) {
break outerloop;