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

[CI skip] Fixed javadocs [javadocs]

This commit is contained in:
TheBusyBiscuit 2020-04-03 12:17:30 +02:00
parent f054d83130
commit ab3c0eb945

View File

@ -1,6 +1,6 @@
/** /**
* This package stores API classes that are centered around the extension of the * This package stores API classes that are centered around the extension of the
* {@link me.mrCookieSlime.Slimefun.Objects.Category} class, such as * {@link me.mrCookieSlime.Slimefun.Objects.Category} class, such as
* {@link me.mrCookieSlime.Slimefun.Objects.SeasonalCategory} for example. * {@link io.github.thebusybiscuit.slimefun4.core.categories.SeasonalCategory} for example.
*/ */
package io.github.thebusybiscuit.slimefun4.core.categories; package io.github.thebusybiscuit.slimefun4.core.categories;