mirror of
https://github.com/aikar/commands.git
synced 2026-06-02 15:22:17 +00:00
Misc cleanup
This commit is contained in:
@@ -23,9 +23,7 @@
|
||||
|
||||
package co.aikar.commands.example;
|
||||
|
||||
import co.aikar.commands.CommandContexts;
|
||||
import co.aikar.commands.InvalidCommandArgument;
|
||||
import co.aikar.commands.annotation.CommandCompletion;
|
||||
import co.aikar.commands.contexts.ContextResolver;
|
||||
|
||||
public abstract class SomeObject {
|
||||
@@ -34,6 +32,7 @@ public abstract class SomeObject {
|
||||
SomeObject(Integer thisValue) {
|
||||
this.thisValue = thisValue;
|
||||
}
|
||||
|
||||
public Integer getValue() {
|
||||
return this.thisValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user