9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-23 16:49:19 +00:00

refactor: remove some unused code, cleanup

This commit is contained in:
William
2024-04-11 19:16:27 +01:00
parent 4bb38f67d3
commit 35c23c7970
2 changed files with 8 additions and 8 deletions

View File

@@ -266,10 +266,6 @@ public interface Data {
@NotNull
Map<String, Map<String, Integer>> getEntityStatistics();
record StatisticsMap(
) {
}
}
/**