mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-05 14:18:21 +02:00
Fixup javadocs
This commit is contained in:
@@ -133,7 +133,7 @@ public class User extends DataUnit implements Cloneable {
|
|||||||
/**
|
/**
|
||||||
* Place holder to let people know to stop using this method.
|
* Place holder to let people know to stop using this method.
|
||||||
*
|
*
|
||||||
* @deprecated use {@link getLastName()} and {@link getUUID()}.
|
* @deprecated use {@link #getLastName()} and {@link #getUUID()}.
|
||||||
* @return a string containing the players last known name.
|
* @return a string containing the players last known name.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
@@ -168,7 +168,7 @@ public class OverloadedWorldHolder extends WorldDataHolder {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param userName
|
* @param userId
|
||||||
* @return true if user is overloaded.
|
* @return true if user is overloaded.
|
||||||
*/
|
*/
|
||||||
public boolean isOverloaded(String userId) {
|
public boolean isOverloaded(String userId) {
|
||||||
|
Reference in New Issue
Block a user