Skip to content

Commit

Permalink
Fix BindableRuntimeHintsRegistrarTests inner class to be static
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Nov 16, 2022
1 parent d615185 commit 2e8d766
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ public static class ImmutableWithRecursive {

}

public class WithWellKnownTypes implements ApplicationContextAware, EnvironmentAware {
public static class WithWellKnownTypes implements ApplicationContextAware, EnvironmentAware {

private ApplicationContext applicationContext;

Expand Down

0 comments on commit 2e8d766

Please sign in to comment.