diff options
author | Elliott Hughes <enh@google.com> | 2010-05-13 12:36:25 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2010-05-13 12:49:12 -0700 |
commit | f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 (patch) | |
tree | f6cb62c04ce2669d2fa4715fbab86d38c8fca06d /luni/src/test/java/tests/SQLite/JDBCDriverFunctionalTest.java | |
parent | d21d78fd49a2d798218e8c8aefbddb26a0e71bbb (diff) | |
download | libcore-f33eae7e84eb6d3b0f4e86b59605bb3de73009f3.zip libcore-f33eae7e84eb6d3b0f4e86b59605bb3de73009f3.tar.gz libcore-f33eae7e84eb6d3b0f4e86b59605bb3de73009f3.tar.bz2 |
Remove all trailing whitespace from the dalvik team-maintained parts of libcore.
Gentlemen, you may now set your editors to "strip trailing whitespace"...
Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
Diffstat (limited to 'luni/src/test/java/tests/SQLite/JDBCDriverFunctionalTest.java')
-rw-r--r-- | luni/src/test/java/tests/SQLite/JDBCDriverFunctionalTest.java | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/luni/src/test/java/tests/SQLite/JDBCDriverFunctionalTest.java b/luni/src/test/java/tests/SQLite/JDBCDriverFunctionalTest.java index ed2c0b3..89fb77b 100644 --- a/luni/src/test/java/tests/SQLite/JDBCDriverFunctionalTest.java +++ b/luni/src/test/java/tests/SQLite/JDBCDriverFunctionalTest.java @@ -38,20 +38,20 @@ public class JDBCDriverFunctionalTest extends AbstractSqlTest { * The SQLite db file. */ private File dbFile = null; - + private String connectionURL = "empty"; /** * Sets up an unit test by loading the SQLite.JDBCDriver, getting two * connections and calling the setUp method of the super class. - * @throws Exception - * @throws IllegalAccessException - * @throws InstantiationException - * @throws Exception - * @throws Exception - * @throws Exception - * @throws Exception - * @throws Exception + * @throws Exception + * @throws IllegalAccessException + * @throws InstantiationException + * @throws Exception + * @throws Exception + * @throws Exception + * @throws Exception + * @throws Exception */ @Override public void setUp() throws ClassNotFoundException, SQLException, InstantiationException, IllegalAccessException, Exception { // the Exception class needs to be fully @@ -95,7 +95,7 @@ public class JDBCDriverFunctionalTest extends AbstractSqlTest { return connectionURL; } - + @Override protected String getDriverClassName() { return "SQLite.JDBCDriver"; @@ -105,6 +105,6 @@ public class JDBCDriverFunctionalTest extends AbstractSqlTest { protected int getTransactionIsolation() { return Connection.TRANSACTION_SERIALIZABLE; } - - + + } |