Fixed 2 broken javadocs
This commit is contained in:
@@ -5,7 +5,6 @@ import org.jetbrains.annotations.NotNull;
|
||||
import java.util.List;
|
||||
|
||||
public interface ValueGetter {
|
||||
|
||||
/**
|
||||
* Get an integer from config.
|
||||
*
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user