refactor: clean GSD references + shrink comments in wand/

This commit is contained in:
2026-04-24 17:11:54 +02:00
parent 4a9602fee3
commit b8754617d4
3 changed files with 10 additions and 73 deletions
@@ -12,11 +12,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertTrue;
/**
* Pure-data tests for {@link WandSelectionStore} — no Hytale runtime dependency.
* Covers set/get per UUID, overwrite semantics, unknown UUID default, clear,
* and concurrent writes.
*/
/** Tests for {@link WandSelectionStore}: set/get per UUID, overwrite, clear, concurrency. */
class WandSelectionStoreTest {
@Test