Correct compilation errors from refactored base

This commit is contained in:
2015-06-25 17:14:26 +01:00
parent ce7492d9ff
commit 4437891be6
36 changed files with 319 additions and 273 deletions

View File

@@ -86,7 +86,7 @@ public abstract class Worker {
}
}
protected void sleep() {
public void sleep() {
sleep(SLEEP);
}