diff --git a/src/main/java/world/bentobox/bentobox/util/heads/HeadCache.java b/src/main/java/world/bentobox/bentobox/util/heads/HeadCache.java index eccf9ef1e..afa603e25 100644 --- a/src/main/java/world/bentobox/bentobox/util/heads/HeadCache.java +++ b/src/main/java/world/bentobox/bentobox/util/heads/HeadCache.java @@ -2,6 +2,10 @@ package world.bentobox.bentobox.util.heads; import org.bukkit.inventory.ItemStack; +/** + * @since 1.14.0 + * @author tastybento + */ public class HeadCache { private final ItemStack head; private final long timestamp;