mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 16:09:44 +00:00
Fixup javadocs
This commit is contained in:
parent
9739784e75
commit
32f49350cf
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ public class User extends DataUnit implements Cloneable {
|
|||
/**
|
||||
* 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.
|
||||
*/
|
||||
@Deprecated
|
||||
|
|
|
@ -168,7 +168,7 @@ public class OverloadedWorldHolder extends WorldDataHolder {
|
|||
|
||||
/**
|
||||
*
|
||||
* @param userName
|
||||
* @param userId
|
||||
* @return true if user is overloaded.
|
||||
*/
|
||||
public boolean isOverloaded(String userId) {
|
||||
|
|
Loading…
Reference in a new issue