Skip to content

Commit b04587b

Browse files
committed
refactor: remove generic type param
1 parent d4c8438 commit b04587b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/micdoodle8/mods/galacticraft/api/galaxies/GalaxyRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public static CelestialBody getPlanetOrMoonFromTranslationkey(String translation
173173
return null;
174174
}
175175

176-
public static <T> void register(T object)
176+
public static void register(Object object)
177177
{
178178
if (object instanceof SolarSystem)
179179
{

0 commit comments

Comments
 (0)