mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-06 02:51:32 +01:00
Fixup javadocs
This commit is contained in:
parent
9739784e75
commit
32f49350cf
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user