1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-05 03:47:56 +00:00

Remove a todo I left in after fixing the problem :)

This commit is contained in:
Toad-Dev
2021-12-15 19:44:43 -08:00
parent 9083e4f97b
commit 27102e6381

View File

@@ -39,7 +39,6 @@ public final class DataHelpers
return getTags( tags ); return getTags( tags );
} }
//TODO fix this
@Nonnull @Nonnull
static Map<String, Boolean> getTags( @Nonnull Item item ) static Map<String, Boolean> getTags( @Nonnull Item item )
{ {