Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHolstien committed Aug 9, 2024
1 parent 4da3865 commit aee37e1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public class EntityRegistryFactory {
@Bean("entityRegistry")
@Primary
@Nonnull
protected EntityRegistry getInstance(SpringStandardPluginConfiguration springStandardPluginConfiguration)
protected EntityRegistry getInstance(
SpringStandardPluginConfiguration springStandardPluginConfiguration)
throws EntityRegistryException {
BiFunction<PluginConfiguration, List<ClassLoader>, PluginFactory> pluginFactoryProvider =
(config, loaders) -> new SpringPluginFactory(applicationContext, config, loaders);
Expand Down

0 comments on commit aee37e1

Please sign in to comment.