From 0e225ed739f0deb3c89b58cff1846c0c48457795 Mon Sep 17 00:00:00 2001
From: gmantele <gmantele@ari.uni-heidelberg.de>
Date: Fri, 4 Jul 2014 17:06:06 +0200
Subject: [PATCH] [TAP] Remove the last generic type trace

---
 src/tap/db/JDBCConnection.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tap/db/JDBCConnection.java b/src/tap/db/JDBCConnection.java
index ee79567..94be3f6 100644
--- a/src/tap/db/JDBCConnection.java
+++ b/src/tap/db/JDBCConnection.java
@@ -42,7 +42,7 @@ import cds.savot.model.TDSet;
  * @author Gr&eacute;gory Mantelet (CDS;ARI)
  * @version 1.1 (04/2014)
  */
-public class JDBCConnection implements DBConnection<ResultSet> {
+public class JDBCConnection implements DBConnection {
 
 	/** JDBC prefix of any database URL (for instance: jdbc:postgresql://127.0.0.1/myDB or jdbc:postgresql:myDB). */
 	public final static String JDBC_PREFIX = "jdbc";
-- 
GitLab