Remove outdated Javadoc

This commit is contained in:
filoghost 2021-07-29 10:50:34 +02:00
parent 8cac729a82
commit 1d44491457
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ import org.jetbrains.annotations.Nullable;
import java.util.Map;
import java.util.WeakHashMap;
/**
* Useful class that implements StandardTouchableLine. The downside is that subclasses must extend this, and cannot extend other classes.
* But all the current items are touchable.
*/
public abstract class BaseTouchableLine extends BaseHologramLine {
private static final Map<Player, Long> lastClickByPlayer = new WeakHashMap<>();