BATCH-1685: fix broken dependeny on spring-oxm

This commit is contained in:
Dave Syer
2012-09-24 16:34:02 +01:00
parent d0e0334674
commit 5410e076a8
6 changed files with 77 additions and 74 deletions

View File

@@ -40,8 +40,8 @@ import org.springframework.util.ClassUtils;
*
* @author Josh Long
*
* @see org.springframework.xml.transform.StaxSource
*/
@SuppressWarnings("restriction")
public abstract class StaxUtils {
private static final Log logger = LogFactory.getLog(StaxUtils.class);

View File

@@ -7,7 +7,7 @@ import org.springframework.jdbc.core.JdbcTemplate;
/**
* <p>
* Util class based off {@link org.springframework.test.jdbc.SimpleJdbcTestUtils} but for JdbcTemplate
* rather than the deprecated {@link org.springframework.jdbc.core.simple.SimpleJdbcTemplate}.
* rather than the deprecated SimpleJdbcTemplate.
*
* This class should be removed when Batch uses Spring 3.2 - see:
* https://jira.springsource.org/browse/SPR-9235