Correct compilation errors from refactored base
This commit is contained in:
@@ -86,7 +86,7 @@ public abstract class Worker {
|
||||
}
|
||||
}
|
||||
|
||||
protected void sleep() {
|
||||
public void sleep() {
|
||||
sleep(SLEEP);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user