fix compile errors

This commit is contained in:
lenis0012 2016-11-18 00:02:01 +01:00
parent bbe53fe01f
commit 1d14bc7c52

View file

@ -44,16 +44,16 @@ public interface MPlayer {
* Get current marriage of the player. * Get current marriage of the player.
* *
* @return Player's marriage, NULL if not married. * @return Player's marriage, NULL if not married.
* @deprecated Use {@link #getFirstMarriage()} or {@link #getMarriage(UUID)} or {@link #getMarriages()}
*/ */
@Deprecated // * @deprecated Use {@link #getFirstMarriage()} or {@link #getMarriage(UUID)} or {@link #getMarriages()}
// @Deprecated
MData getMarriage(); MData getMarriage();
MData getFirstMarriage(); // MData getFirstMarriage();
MData getMarriage(UUID withPlayer); // MData getMarriage(UUID withPlayer);
MData getMarriages(); // MData getMarriages();
/** /**
* Get the last name the player logged on with. * Get the last name the player logged on with.