Add '@Override' annotation to Roster's packet listener

This commit is contained in:
Florian Schmaus 2015-01-23 15:40:40 +01:00
parent 0581580831
commit dc4720a00b
1 changed files with 1 additions and 0 deletions

View File

@ -1067,6 +1067,7 @@ public class Roster extends Manager {
return userPresences;
}
@Override
public void processPacket(Packet packet) throws NotConnectedException {
final XMPPConnection connection = connection();
Presence presence = (Presence) packet;