mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-11 23:51:09 +01:00
's;^\s+$;;' on all source files
And add checkstyle test for lines containing only whitespace characters.
This commit is contained in:
parent
05c97c494b
commit
0fde39fa45
193 changed files with 1066 additions and 1062 deletions
|
|
@ -319,7 +319,7 @@ public class Roster extends Manager {
|
|||
reload();
|
||||
waitUntilLoaded();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Set the roster store, may cause a roster reload
|
||||
*
|
||||
|
|
@ -442,7 +442,7 @@ public class Roster extends Manager {
|
|||
if (groups.containsKey(name)) {
|
||||
return groups.get(name);
|
||||
}
|
||||
|
||||
|
||||
RosterGroup group = new RosterGroup(name, connection);
|
||||
groups.put(name, group);
|
||||
return group;
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ public class RosterEntry {
|
|||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
static RosterPacket.Item toRosterItem(RosterEntry entry) {
|
||||
RosterPacket.Item item = new RosterPacket.Item(entry.getUser(), entry.getName());
|
||||
item.setItemType(entry.getType());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue