Skip to content

Commit

Permalink
Removed incorrect parens
Browse files Browse the repository at this point in the history
  • Loading branch information
mminella committed Dec 1, 2017
1 parent 7211947 commit 1f23394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-batch-docs/asciidoc/spring-batch-integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ public MessagingTemplate messagingTemplate() {
}
@Bean
@StepScope()
@StepScope
public ChunkMessageChannelItemWriter itemWriter() {
ChunkMessageChannelItemWriter chunkMessageChannelItemWriter = new ChunkMessageChannelItemWriter();
chunkMessageChannelItemWriter.setMessagingOperations(messagingTemplate());
Expand Down

0 comments on commit 1f23394

Please sign in to comment.