mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
patch doc
This commit is contained in:
@@ -21,7 +21,6 @@ package com.volmit.iris.util.decree;
|
||||
import com.volmit.iris.util.collection.KList;
|
||||
import com.volmit.iris.util.decree.annotations.Param;
|
||||
import com.volmit.iris.util.decree.exceptions.DecreeInstanceException;
|
||||
import com.volmit.iris.util.decree.exceptions.DecreeParsingException;
|
||||
|
||||
import java.lang.reflect.Parameter;
|
||||
import java.util.Arrays;
|
||||
|
||||
@@ -33,7 +33,7 @@ public @interface Decree {
|
||||
String NO_ALIASES = "No Aliases";
|
||||
|
||||
/**
|
||||
* The name of this method, which is the actual Method's name by default
|
||||
* The name of this command, which is the Method's name by default
|
||||
*/
|
||||
String name() default METHOD_NAME;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user