Skip to content
Snippets Groups Projects
Commit 14a94cc3 authored by Samuel H. Kenyon's avatar Samuel H. Kenyon
Browse files

Make hashDatabaseHasLegacyLookupIndexOnly() static.

parent 6a09bf65
No related branches found
No related tags found
No related merge requests found
...@@ -789,7 +789,7 @@ public static boolean isUpdateableHashDatabase(int dbHandle) throws TskCoreExcep ...@@ -789,7 +789,7 @@ public static boolean isUpdateableHashDatabase(int dbHandle) throws TskCoreExcep
return isUpdateableDbKnownBadNat(dbHandle); return isUpdateableDbKnownBadNat(dbHandle);
} }
public boolean hashDatabaseHasLegacyLookupIndexOnly(int dbHandle) throws TskCoreException { public static boolean hashDatabaseHasLegacyLookupIndexOnly(int dbHandle) throws TskCoreException {
return isIdxOnlyHashDbNat(dbHandle); return isIdxOnlyHashDbNat(dbHandle);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment