mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-08 17:25:57 +01:00
Add '@Override' annotation to Roster's packet listener
This commit is contained in:
parent
0581580831
commit
dc4720a00b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue