style: javadoc fixes

This commit is contained in:
IThundxr 2024-07-14 22:19:35 -04:00
parent 1cce5da673
commit eeb6e0f37a
No known key found for this signature in database
GPG Key ID: E291EC97BAF935E6

View File

@ -16,7 +16,7 @@ public final class ResourceUtil {
} }
/** /**
* Same as {@link ResourceLocation#ResourceLocation(String)}, but defaults to Flywheel namespace. * Same as {@link ResourceLocation#parse(String)}, but defaults to Flywheel namespace.
*/ */
public static ResourceLocation parseFlywheelDefault(String location) { public static ResourceLocation parseFlywheelDefault(String location) {
String namespace = Flywheel.ID; String namespace = Flywheel.ID;