mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-29 16:15:17 +01:00
Fixed 2 broken javadocs
This commit is contained in:
parent
10b0770286
commit
9753fc3bdc
@ -5,7 +5,6 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
public interface ValueGetter {
|
public interface ValueGetter {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get an integer from config.
|
* Get an integer from config.
|
||||||
*
|
*
|
||||||
|
@ -19,7 +19,7 @@ public class DropQueue {
|
|||||||
private final AbstractDropQueue handle;
|
private final AbstractDropQueue handle;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create {@link DropQueue} linked to player
|
* Create {@link DropQueue} linked to player.
|
||||||
* <p>
|
* <p>
|
||||||
* All drops should be passed through a drop queue for telekinesis integration.
|
* All drops should be passed through a drop queue for telekinesis integration.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user