Skip to content
Snippets Groups Projects
Commit 0e225ed7 authored by gmantele's avatar gmantele
Browse files

[TAP] Remove the last generic type trace

parent a10e15ac
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ import cds.savot.model.TDSet; ...@@ -42,7 +42,7 @@ import cds.savot.model.TDSet;
* @author Grégory Mantelet (CDS;ARI) * @author Grégory Mantelet (CDS;ARI)
* @version 1.1 (04/2014) * @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). */ /** 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"; public final static String JDBC_PREFIX = "jdbc";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment