Remove wrong javadoc tag

This commit is contained in:
Aleksey 2021-05-25 17:25:36 +03:00
parent 6a8cd69697
commit 6a600bf285
2 changed files with 3 additions and 3 deletions

View file

@ -86,7 +86,7 @@ public class BCLBiomeDef {
/**
* Create default definition for The Nether biome.
* @param id - {@ResourceLocation}.
* @param id
* @return {@link BCLBiomeDef}.
*/
public static BCLBiomeDef netherBiome(ResourceLocation id) {
@ -99,7 +99,7 @@ public class BCLBiomeDef {
/**
* Create default definition for The End biome.
* @param id - {@ResourceLocation}.
* @param id
* @return {@link BCLBiomeDef}.
*/
public static BCLBiomeDef endBiome(ResourceLocation id) {