Fixed 2 broken javadocs

This commit is contained in:
Auxilor 2020-12-29 23:06:19 +00:00
parent 10b0770286
commit 9753fc3bdc
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ import org.jetbrains.annotations.NotNull;
import java.util.List;
public interface ValueGetter {
/**
* Get an integer from config.
*

View File

@ -19,7 +19,7 @@ public class DropQueue {
private final AbstractDropQueue handle;
/**
* Create {@link DropQueue} linked to player
* Create {@link DropQueue} linked to player.
* <p>
* All drops should be passed through a drop queue for telekinesis integration.
*