Skip to content

Commit

Permalink
[Hotfix] Fix the codestyle (#3270)
Browse files Browse the repository at this point in the history
  • Loading branch information
RocMarshal authored Oct 22, 2023
1 parent 4c932d3 commit bf6b66c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public class SpringContextUtils implements ApplicationContextAware {
private static ApplicationContext applicationContext;

@Override
public synchronized void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
public synchronized void setApplicationContext(ApplicationContext applicationContext)
throws BeansException {
SpringContextUtils.applicationContext = applicationContext;
}

Expand Down

0 comments on commit bf6b66c

Please sign in to comment.