mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-26 15:45:12 +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;
|
||||
|
||||
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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user