4940 Fix SQLiteDBConnect

This commit is contained in:
Richard Cordovano 2019-10-04 15:52:42 -04:00
parent b897243a51
commit 1a571c4545

View File

@ -166,7 +166,7 @@ public class SQLiteDBConnect implements AutoCloseable {
* *
* @return The connection to the database, may be null. * @return The connection to the database, may be null.
* *
* @deprecated * @deprecated Do not use.
*/ */
@Deprecated @Deprecated
public Connection getConnection() { public Connection getConnection() {