You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ag...@apache.org on 2018/04/05 17:53:56 UTC

[geode] 17/23: GEODE-4947: Remove duplicate code

This is an automated email from the ASF dual-hosted git repository.

agingade pushed a commit to branch feature/GEODE-4947
in repository https://gitbox.apache.org/repos/asf/geode.git

commit b8fe4a0e115484d80dc31404ebe0ab29f7a06e0f
Author: Nick Reich <nr...@pivotal.io>
AuthorDate: Mon Apr 2 15:21:57 2018 -0700

    GEODE-4947: Remove duplicate code
---
 .../java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java   | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java b/geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java
index d3c6f07..bafe015 100644
--- a/geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java
+++ b/geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java
@@ -161,11 +161,6 @@ public abstract class JdbcDistributedTest implements Serializable {
           statement.execute("Drop table " + TABLE_NAME);
         } catch (SQLException ignore) {
         }
-
-        try {
-          statement.execute("Drop table " + TABLE_NAME + "");
-        } catch (SQLException ignore) {
-        }
       }
     }
   }

-- 
To stop receiving notification emails like this one, please contact
agingade@apache.org.