remove errant comment

This commit is contained in:
spencergibb
2021-05-24 13:20:41 -04:00
parent 42546c813e
commit 529afcda4d

View File

@@ -52,7 +52,6 @@ public class ConfigClientRetryBootstrapper implements BootstrapRegistryInitializ
Binder binder = context.get(Binder.class);
boolean failFast = binder.bind(ConfigClientProperties.PREFIX + ".fail-fast", Boolean.class).orElse(false);
if (failFast) {
// if (false) {
RetryTemplate retryTemplate = context.get(RetryTemplate.class);
return loadContext -> retryTemplate.execute(retryContext -> loadContext.getInvocation()
.apply(loadContext.getLoaderContext(), loadContext.getResource()));