From be55437287080f7c8221a3f55b84611e96c864cf Mon Sep 17 00:00:00 2001 From: games647 Date: Sat, 27 Jan 2018 22:56:42 +0100 Subject: [PATCH] Use the correct javadoc deprecated tag for the lastlogin method --- src/main/java/fr/xephi/authme/api/v3/AuthMeApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/xephi/authme/api/v3/AuthMeApi.java b/src/main/java/fr/xephi/authme/api/v3/AuthMeApi.java index 25bdb209e..575c61ab1 100644 --- a/src/main/java/fr/xephi/authme/api/v3/AuthMeApi.java +++ b/src/main/java/fr/xephi/authme/api/v3/AuthMeApi.java @@ -167,7 +167,7 @@ public class AuthMeApi { * @param playerName The name of the player to process * * @return The date of the last login, or null if the player doesn't exist or has never logged in - * @Deprecated Use Java 8's Instant method {@link #getLastLoginTime(String)} + * @deprecated Use Java 8's Instant method {@link #getLastLoginTime(String)} */ @Deprecated public Date getLastLogin(String playerName) {