standard javadoc

This commit is contained in:
Gabriele C
2015-11-21 01:31:18 +01:00
parent 118c79401a
commit bd1f868c6d
94 changed files with 1176 additions and 1174 deletions
+4 -4
View File
@@ -50,8 +50,8 @@ public class API {
/**
* Method getPlugin.
* @return AuthMe
*/
* @return AuthMe */
@Deprecated
public AuthMe getPlugin() {
return instance;
@@ -100,8 +100,8 @@ public class API {
/**
* Method getLastLocation.
* @param player Player
* @return Location
*/
* @return Location */
@Deprecated
public static Location getLastLocation(Player player) {
try {
@@ -58,8 +58,8 @@ public class NewAPI {
/**
* Method getPlugin.
* @return AuthMe
*/
* @return AuthMe */
public AuthMe getPlugin() {
return plugin;
}
@@ -94,8 +94,8 @@ public class NewAPI {
/**
* Method getLastLocation.
* @param player Player
* @return Location
*/
* @return Location */
public Location getLastLocation(Player player) {
try {
PlayerAuth auth = PlayerCache.getInstance().getAuth(player.getName().toLowerCase());