Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dios committed Apr 23, 2023
1 parent 7fe6d0f commit 7d84ff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public ConcurrentKafkaListenerContainerFactory<String, String> kafkaFooBatchCons
}

@Bean
public FooBatchListener stoppableFooListener(
public FooBatchListener fooBatchListener(
final FooBatchSolver batchFooSolver
) {
return new FooBatchListener(batchFooSolver);
Expand Down

0 comments on commit 7d84ff0

Please sign in to comment.