Add explicit super call
This commit is contained in:
@@ -16,7 +16,7 @@ public class CommandSyntax
|
||||
|
||||
public CommandSyntax()
|
||||
{
|
||||
|
||||
super();
|
||||
}
|
||||
|
||||
public CommandSyntax(List<Argument> syntax)
|
||||
|
||||
Reference in New Issue
Block a user