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
|
@Override
|
||||||
public void showLoadingBar() {
|
protected void afterShowLoadingBar() {
|
||||||
super.showLoadingBar();
|
|
||||||
// showLoadingBarDebug(); // DEBUG
|
|
||||||
println(title);
|
println(title);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user