fix javadoc syntax

This commit is contained in:
Gabriele C 2017-11-03 21:29:13 +01:00
parent 937ae0afaf
commit 80f9ec88b8

View File

@ -82,7 +82,7 @@ public class BungeeService implements SettingsDependent, PluginMessageListener {
/** /**
* Sends a message to the AuthMe plugin messaging channel, if enabled. * Sends a message to the AuthMe plugin messaging channel, if enabled.
* *
* @param type The message type, {@see MessageType} * @param type The message type, See {@link MessageType}
* @param playerName the player related to the message * @param playerName the player related to the message
*/ */
public void sendAuthMeBungeecordMessage(String type, String playerName) { public void sendAuthMeBungeecordMessage(String type, String playerName) {