Skip to content

Commit

Permalink
Remove unused variable (apache#7751)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningCN committed May 15, 2021
1 parent 9be1f30 commit ccbcccf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ protected void onContextClosedEvent(ContextClosedEvent event) {

private void initLifecycleComponents(ContextRefreshedEvent event) {
ApplicationContext context = event.getApplicationContext();
ClassLoader classLoader = context.getClassLoader();
lifecycleComponents = new LinkedList<>();
// load the Beans of Lifecycle from ApplicationContext
loadLifecycleComponents(lifecycleComponents, context);
Expand Down

0 comments on commit ccbcccf

Please sign in to comment.