Commit e0b0205d authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed small memory leaking in occupantsByFullJID. JM-530

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3323 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4b412275
......@@ -145,7 +145,7 @@ public interface MUCRoom {
* @return The user's role in the room
* @throws UserNotFoundException If there is no user with the given nickname
*/
MUCRole getOccupantByFullJID(String jid) throws UserNotFoundException;
MUCRole getOccupantByFullJID(JID jid) throws UserNotFoundException;
/**
* Obtain the roles of all users in the chatroom.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment