mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-16 18:11:08 +01:00
Xlint all the things
and fix all warnings.
This commit is contained in:
parent
7c5428ab0e
commit
f546d28ad8
50 changed files with 142 additions and 122 deletions
|
|
@ -225,7 +225,7 @@ public class OfflineMessageRequest extends IQ {
|
|||
return request;
|
||||
}
|
||||
|
||||
private Item parseItem(XmlPullParser parser)
|
||||
private static Item parseItem(XmlPullParser parser)
|
||||
throws XmlPullParserException, IOException {
|
||||
boolean done = false;
|
||||
Item item = new Item(parser.getAttributeValue("", "node"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue