exception not thrown here

[ci skip]
This commit is contained in:
Sebastian Stenzel
2020-05-08 09:30:21 +02:00
parent 5c1a1ad162
commit 7bd610563f
@@ -119,7 +119,7 @@ public class UnlockWorkflow extends Task<Boolean> {
return passwordEntryLock.awaitInteraction();
}
private void handleSuccess() throws Volume.VolumeException {
private void handleSuccess() {
LOG.info("Unlock of '{}' succeeded.", vault.getDisplayableName());
if (savePassword.get()) {
savePasswordToSystemkeychain();