1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-09-26 17:49:33 +02:00

Fix ChatStateListener javadoc

This commit is contained in:
Florian Schmaus 2016-04-16 00:25:09 +02:00
parent fc3f5ef99e
commit 3251fe89e2

View file

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