Code style changes.
This commit is contained in:
@@ -32,11 +32,11 @@ public interface IChatHandler
|
||||
* @param target
|
||||
* @param text
|
||||
*/
|
||||
public void handleChat(ChatType type, L2PcInstance activeChar, String target, String text);
|
||||
void handleChat(ChatType type, L2PcInstance activeChar, String target, String text);
|
||||
|
||||
/**
|
||||
* Returns a list of all chat types registered to this handler
|
||||
* @return
|
||||
*/
|
||||
public ChatType[] getChatTypeList();
|
||||
ChatType[] getChatTypeList();
|
||||
}
|
Reference in New Issue
Block a user