From 67a6a42dfef4f8489f29575e15fdb30cd910d523 Mon Sep 17 00:00:00 2001 From: ljacqu Date: Fri, 1 Dec 2017 20:33:33 +0100 Subject: [PATCH] Minor Javadoc fix: one "yet" is enough :) --- src/main/java/fr/xephi/authme/data/limbo/LimboService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/xephi/authme/data/limbo/LimboService.java b/src/main/java/fr/xephi/authme/data/limbo/LimboService.java index 92b40500..982f359a 100644 --- a/src/main/java/fr/xephi/authme/data/limbo/LimboService.java +++ b/src/main/java/fr/xephi/authme/data/limbo/LimboService.java @@ -18,7 +18,7 @@ import static fr.xephi.authme.settings.properties.LimboSettings.RESTORE_WALK_SPE /** * Service for managing players that are in "limbo," a temporary state players are - * put in which have joined but not yet logged in yet. + * put in which have joined but not yet logged in. */ public class LimboService {