Skip to content

Commit 643684b

Browse files
committed
style: fix typo on @ReplaceWith annotation
1 parent 1363ebd commit 643684b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public boolean getReachable()
430430

431431
@Deprecated
432432
@ForRemoval(deadline = "4.1.0")
433-
@ReplaceWith("getType().getName()")
433+
@ReplaceWith("getCelestialType().getName()")
434434
public String getUnlocalizedNamePrefix()
435435
{
436436
return "unset";

0 commit comments

Comments
 (0)