Fixed javadoc

This commit is contained in:
Auxilor
2021-12-12 14:04:53 +00:00
parent ed2dffb52c
commit 4b994d5f4c

View File

@@ -280,6 +280,7 @@ public final class ShapedCraftingRecipe extends PluginDependent<EcoPlugin> imple
* Set the permission required to craft the recipe.
*
* @param permission The permission.
* @return The builder.
*/
public Builder setPermission(@Nullable final String permission) {
this.permission = permission;