Fix ChatStateListener javadoc

This commit is contained in:
Florian Schmaus 2016-04-16 00:25:09 +02:00
parent fc3f5ef99e
commit 3251fe89e2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public interface ChatStateListener extends ChatMessageListener {
*
* @param chat the chat in which the state has changed.
* @param state the new state of the participant.
* @message the message carrying the chat state.
* @param message the message carrying the chat state.
*/
void stateChanged(Chat chat, ChatState state, Message message);
}