Commit 76d44ca8 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix formatting

parent 2d62e9e6
...@@ -412,8 +412,7 @@ public class AutoConfigurationImportSelector ...@@ -412,8 +412,7 @@ public class AutoConfigurationImportSelector
DeferredImportSelector deferredImportSelector) { DeferredImportSelector deferredImportSelector) {
Assert.state( Assert.state(
deferredImportSelector instanceof AutoConfigurationImportSelector, deferredImportSelector instanceof AutoConfigurationImportSelector,
() -> String.format( () -> String.format("Only %s implementations are supported, got %s",
"Only %s implementations are supported, got %s",
AutoConfigurationImportSelector.class.getSimpleName(), AutoConfigurationImportSelector.class.getSimpleName(),
deferredImportSelector.getClass().getName())); deferredImportSelector.getClass().getName()));
AutoConfigurationEntry autoConfigurationEntry = ((AutoConfigurationImportSelector) deferredImportSelector) AutoConfigurationEntry autoConfigurationEntry = ((AutoConfigurationImportSelector) deferredImportSelector)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment