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() {