properly implement printing of title, regardless of which wrapper has been called
This commit is contained in:
@@ -94,9 +94,7 @@ public class SimpleLoadingBar extends AbstractProgressBar {
|
||||
|
||||
|
||||
@Override
|
||||
public void showLoadingBar() {
|
||||
super.showLoadingBar();
|
||||
// showLoadingBarDebug(); // DEBUG
|
||||
protected void afterShowLoadingBar() {
|
||||
println(title);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user