From 1a571c4545ef12c724687038a80509e8679798ff Mon Sep 17 00:00:00 2001 From: Richard Cordovano Date: Fri, 4 Oct 2019 15:52:42 -0400 Subject: [PATCH] 4940 Fix SQLiteDBConnect --- Core/src/org/sleuthkit/autopsy/coreutils/SQLiteDBConnect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/coreutils/SQLiteDBConnect.java b/Core/src/org/sleuthkit/autopsy/coreutils/SQLiteDBConnect.java index b738bd4c0b..6f37cbfe5f 100644 --- a/Core/src/org/sleuthkit/autopsy/coreutils/SQLiteDBConnect.java +++ b/Core/src/org/sleuthkit/autopsy/coreutils/SQLiteDBConnect.java @@ -166,7 +166,7 @@ public class SQLiteDBConnect implements AutoCloseable { * * @return The connection to the database, may be null. * - * @deprecated + * @deprecated Do not use. */ @Deprecated public Connection getConnection() {