mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-14 22:43:56 +01:00
style: javadoc fixes
This commit is contained in:
parent
1cce5da673
commit
eeb6e0f37a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user