Skip to content

Commit

Permalink
Little update due to an League-of-Legends-XMPP-Chat-Library update
Browse files Browse the repository at this point in the history
  • Loading branch information
Miloune committed Aug 25, 2014
1 parent f00309e commit 985570e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/loldesktop/chatapi/ChatAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import com.github.theholywaffle.lolchatapi.riotapi.RiotApiKey;
import com.github.theholywaffle.lolchatapi.wrapper.Friend;
import com.github.theholywaffle.lolchatapi.wrapper.FriendGroup;
import com.loldesktop.loldesktop.UserSingleton;
import com.loldesktop.loldesktop.runnable.NewMessageRennable;
import java.util.ArrayList;
import java.util.List;
Expand Down Expand Up @@ -71,6 +70,7 @@ public void reconnectionSuccessful() {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
});

this.api.addFriendListener(new FriendListener() {

@Override
Expand Down Expand Up @@ -109,7 +109,7 @@ public void onNewFriend(Friend friend) {
}

@Override
public void onRemoveFriend(String string) {
public void onRemoveFriend(String string, String string1) {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}
});
Expand Down

0 comments on commit 985570e

Please sign in to comment.