This commit is contained in:
Johannes Mockenhaupt 2017-12-13 15:44:07 +01:00
parent 5b31d39f28
commit 03e75ab23f
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -111,7 +111,7 @@ public class SetTbrCommand extends BaseCommand {
* and all). To avoid this, wait until the active TBR runs out if the active TBR
* is about to end.
*
* @return If we waited till the TBR ended an cancellation was request so all work is done.
* @return true wf we waited till the TBR ended and cancellation was request so all work is done.
*/
private boolean checkAndWaitIfExistingTbrIsAboutToEnd(boolean cancellingTbr) {
scripter.verifyMenuIsDisplayed(MenuType.MAIN_MENU);