Fixed typo

This commit is contained in:
JaniruTEC
2022-05-01 00:46:36 +02:00
committed by GitHub
parent c6e9e33feb
commit 30e1c989d0

View File

@@ -83,7 +83,7 @@ public class VaultState extends ObservableValueBase<VaultState.Value> implements
if (success) {
fireValueChangedEvent();
} else {
LOG.debug("Failed transiting into state {}: Expected state was not{}.", fromState, toState);
LOG.debug("Failed transiting into state {}: Expected state was not {}.", fromState, toState);
}
return success;
}