Polishing

This commit is contained in:
Sam Brannen
2023-08-25 17:06:57 +02:00
parent 3efbbc5994
commit 78d8fac05b
2 changed files with 10 additions and 9 deletions

View File

@@ -109,7 +109,8 @@ public class DefaultLifecycleProcessor implements LifecycleProcessor, BeanFactor
this.cracResource = new CracDelegate().registerResource();
}
else if (checkpointOnRefresh) {
throw new IllegalStateException("Checkpoint on refresh requires a CRaC-enabled JVM and 'org.crac:crac' on the classpath");
throw new IllegalStateException(
"Checkpoint on refresh requires a CRaC-enabled JVM and 'org.crac:crac' on the classpath");
}
}