This commit is contained in:
Armin Schrenk
2024-07-23 16:50:27 +02:00
parent e4e84d46b6
commit cc1e542146

View File

@@ -205,7 +205,6 @@ public class Vault {
//we don't throw an exception since we don't wanna block unlocking
LOG.warn("Vault already added to quick access area. Will be removed on next lock operation.");
return;
}
quickAccessServices.stream() //
@@ -215,7 +214,6 @@ public class Vault {
this::addToQuickAccessInternal, //
() -> LOG.warn("Unable to add Vault to quick access area: Desired implementation not available.") //
);
}
private void addToQuickAccessInternal(@NotNull QuickAccessService s) {