Use the correct javadoc deprecated tag for the lastlogin method

This commit is contained in:
games647 2018-01-27 22:56:42 +01:00
parent dfb2d72d28
commit be55437287
No known key found for this signature in database
GPG Key ID: BFC68C8708713A88

View File

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