mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Add missing break statements
This commit is contained in:
parent
5e86db4f80
commit
451eb4c826
7 changed files with 8 additions and 0 deletions
|
@ -1070,6 +1070,7 @@ public abstract class AbstractXMPPConnection implements XMPPConnection {
|
|||
// desired behavior.
|
||||
return;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -580,6 +580,7 @@ public class PacketParserUtils {
|
|||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case XmlPullParser.END_TAG:
|
||||
if (parser.getDepth() == initialDepth) {
|
||||
break outerloop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue