removed unnecessary static modifier on enum definition (#853)
This commit is contained in:
parent
26f1a608ab
commit
5251ec4a93
@ -86,7 +86,7 @@ public abstract class DwarvenMineWorker {
|
|||||||
|
|
||||||
public abstract String name();
|
public abstract String name();
|
||||||
|
|
||||||
static enum Action {
|
enum Action {
|
||||||
GO_TO_SLEEP, WAKE_UP, GO_HOME, GO_TO_MINE, WORK
|
GO_TO_SLEEP, WAKE_UP, GO_HOME, GO_TO_MINE, WORK
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user