Fix typos
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2006-2007 the original author or authors.
|
||||
* Copyright 2006-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -34,10 +34,11 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
|
||||
/**
|
||||
* Test case showing the use of a MessagingGateway to provide an ItemWriter or
|
||||
* ItemProcessor to Spring Batch that is hooked directly into a Sprng
|
||||
* ItemProcessor to Spring Batch that is hooked directly into a Spring
|
||||
* Integration MessageChannel.
|
||||
*
|
||||
* @author Dave Syer
|
||||
* @author Mahmoud Ben Hassine
|
||||
*
|
||||
*/
|
||||
@ContextConfiguration
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
<!--
|
||||
The chunk writer listens for results coming back, and can fail to acquire a lock. This is especially true for
|
||||
in-memory databases (MySql and Orackle seem to deal with locks better)
|
||||
in-memory databases (MySql and Oracle seem to deal with locks better)
|
||||
-->
|
||||
<aop:config proxy-target-class="true">
|
||||
<aop:advisor advice-ref="retryAdvice" pointcut="execution(* org.springframework.integration.core.MessagingTemplate.receive(..))" />
|
||||
@@ -132,4 +132,4 @@
|
||||
<property name="jobRepository" ref="jobRepository" />
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user