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