Fix Javadocs

This commit is contained in:
dsyer
2008-08-26 06:27:04 +00:00
parent 4e39831c82
commit e504a887af
4 changed files with 7 additions and 17 deletions

View File

@@ -27,7 +27,6 @@ import org.springframework.dao.InvalidDataAccessResourceUsageException;
import javax.sql.DataSource;
import java.sql.DatabaseMetaData;
import java.sql.SQLException;
import java.sql.Connection;
/**

View File

@@ -18,7 +18,6 @@ package org.springframework.batch.item.database.support;
import static org.junit.Assert.*;
import org.junit.Test;
import org.junit.Before;
/**
* @author Thomas Risberg