Add missing javadoc from previous commit

This commit is contained in:
md_5 2018-04-02 12:49:47 +10:00
parent dce4ea193a
commit cbfdf64a15

View File

@ -93,6 +93,7 @@ public interface ProxiedPlayer extends Connection, CommandSender
* closing the current one. Depending on the implementation, this method
* might return before the user has been connected.
*
* @param target the new server to connect to
* @param reason the reason for connecting to the new server
*/
void connect(ServerInfo target, ServerConnectEvent.Reason reason);