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:
Patrick Linskey 2007-08-20 22:08:40 +00:00
parent 778ab2a393
commit 007154980b
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ public interface JDBCFetchPlan
public int getFetchDirection(); public int getFetchDirection();
/** /**
* Result set fetch direction. // ##### what to do here? * Result set fetch direction.
* *
* @see java.sql.ResultSet * @see java.sql.ResultSet
*/ */

View File

@ -30,7 +30,7 @@ public abstract class SingleEMFTestCase
* set-up happens even if <code>setUp()</code> is not called from the * set-up happens even if <code>setUp()</code> is not called from the
* subclass. * subclass.
*/ */
protected void setUp() { protected void setUp() throws Exception {
setUp(new Object[0]); setUp(new Object[0]);
} }