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

Fixed docs

This commit is contained in:
TheBusyBiscuit 2021-01-15 01:34:56 +01:00
parent 570908a448
commit 3ea2fccf25

View File

@ -82,7 +82,7 @@ public class HologramsService {
} }
/** /**
* This purges all expired {@link Hologram CachedArmorStands}. * This purges any expired {@link Hologram}.
*/ */
private void purge() { private void purge() {
Iterator<Hologram> iterator = cache.values().iterator(); Iterator<Hologram> iterator = cache.values().iterator();