From f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 13 May 2010 12:36:25 -0700 Subject: 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 --- .../tests/SQLite/JDBCDriverFunctionalTest.java | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'luni/src/test/java/tests/SQLite/JDBCDriverFunctionalTest.java') 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; } - - + + } -- cgit v1.1