Remove unnecessary semicolons
Change-Id: I7db3f3dd3ae6feee3d28415fc13615e4ac00af50
This commit is contained in:
@@ -64,7 +64,7 @@ public class PrologCompiler implements Callable<PrologCompiler.Status> {
|
||||
}
|
||||
|
||||
public static enum Status {
|
||||
NO_RULES, COMPILED;
|
||||
NO_RULES, COMPILED
|
||||
}
|
||||
|
||||
private final File ruleDir;
|
||||
|
Reference in New Issue
Block a user