Skip to content

Commit 004d9c8

Browse files
committed
Remove comments
1 parent d835afc commit 004d9c8

File tree

1 file changed

+0
-10
lines changed
  • AdvancedCore/src/main/java/com/bencodez/advancedcore/api/player

1 file changed

+0
-10
lines changed

AdvancedCore/src/main/java/com/bencodez/advancedcore/api/player/UuidLookup.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@
1414
import com.bencodez.advancedcore.api.user.UserDataFetchMode;
1515
import com.bencodez.advancedcore.api.user.UserStorage;
1616

17-
/**
18-
* Central UUID <-> name lookup + caching for AdvancedCore.
19-
*
20-
* Goals: - Fast lookups (no scanning uuid->name map every call) - Works with
21-
* OnlineMode / OfflineMode (offline uses deterministic UUID from name) - Uses
22-
* Bukkit (online), local cache, storage (mysql/sqlite), then flatfile fallback
23-
*
24-
* Notes: - Name cache key is stored case-insensitive (lowercased key). - UUID
25-
* string is stored canonical (uuid.toString()).
26-
*/
2717
public class UuidLookup {
2818

2919
private static final UuidLookup instance = new UuidLookup();

0 commit comments

Comments
 (0)