Skip to content

Commit

Permalink
Polish "Use ConfigDataLocationResolvers' class loader to load resolve…
Browse files Browse the repository at this point in the history
…r names"

See gh-26149
  • Loading branch information
wilkinsona committed Apr 19, 2021
1 parent 4268f8d commit 0c30a59
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ class ConfigDataLocationResolvers {
*/
ConfigDataLocationResolvers(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext,
Binder binder, ResourceLoader resourceLoader) {
this(logFactory, bootstrapContext, binder, resourceLoader,
SpringFactoriesLoader.loadFactoryNames(ConfigDataLocationResolver.class,
ConfigDataLocationResolver.class.getClassLoader()));
this(logFactory, bootstrapContext, binder, resourceLoader, SpringFactoriesLoader
.loadFactoryNames(ConfigDataLocationResolver.class, ConfigDataLocationResolver.class.getClassLoader()));
}

/**
Expand Down

0 comments on commit 0c30a59

Please sign in to comment.