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

@ -8,7 +8,7 @@ yarn_mappings=6
loader_version=0.11.3 loader_version=0.11.3
# Mod Properties # Mod Properties
mod_version = 0.1.0 mod_version = 0.1.1
maven_group = ru.bclib maven_group = ru.bclib
archives_base_name = bclib archives_base_name = bclib

View file

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