mirror of https://github.com/apache/openjpa.git
OPENJPA-317. Removed comment; added exception to test case method definition for extensibility
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@567851 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
778ab2a393
commit
007154980b
|
@ -77,7 +77,7 @@ public interface JDBCFetchPlan
|
|||
public int getFetchDirection();
|
||||
|
||||
/**
|
||||
* Result set fetch direction. // ##### what to do here?
|
||||
* Result set fetch direction.
|
||||
*
|
||||
* @see java.sql.ResultSet
|
||||
*/
|
||||
|
|
|
@ -30,7 +30,7 @@ public abstract class SingleEMFTestCase
|
|||
* set-up happens even if <code>setUp()</code> is not called from the
|
||||
* subclass.
|
||||
*/
|
||||
protected void setUp() {
|
||||
protected void setUp() throws Exception {
|
||||
setUp(new Object[0]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue