1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

[CI skip] Fixed javadocs

This commit is contained in:
TheBusyBiscuit 2022-01-18 20:03:52 +01:00
parent e02eedd940
commit dd16b7c84c
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/** /**
* This package holds implementations of {@link io.github.thebusybiscuit.slimefun4.api.items.ItemSetting} that are for * This package holds implementations of {@link io.github.thebusybiscuit.slimefun4.api.items.ItemSetting} that are for
* very specific {@link me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem SlimefunItems} and generally not * very specific {@link io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem SlimefunItems} and generally not
* very useful out of their context. * very useful out of their context.
*/ */
package io.github.thebusybiscuit.slimefun4.implementation.settings; package io.github.thebusybiscuit.slimefun4.implementation.settings;