made method private that is no longer required to be public
This commit is contained in:
parent
50fec64135
commit
73b90b5445
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class IqParser extends AbstractParser implements OnIqPacketReceived {
|
|||
super(service);
|
||||
}
|
||||
|
||||
public void rosterItems(final Account account, final Element query) {
|
||||
private void rosterItems(final Account account, final Element query) {
|
||||
final String version = query.getAttribute("ver");
|
||||
if (version != null) {
|
||||
account.getRoster().setVersion(version);
|
||||
|
|
Loading…
Add table
Reference in a new issue