1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-05 14:18:21 +02:00

Fixup javadocs

This commit is contained in:
ElgarL
2014-04-14 22:23:47 +01:00
committed by KHobbits
parent 9739784e75
commit 32f49350cf
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -168,7 +168,7 @@ public class OverloadedWorldHolder extends WorldDataHolder {
/**
*
* @param userName
* @param userId
* @return true if user is overloaded.
*/
public boolean isOverloaded(String userId) {