mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 09:47:42 +00:00
More cleanup
This commit is contained in:
parent
12783887b2
commit
bcdd2a628b
@ -56,16 +56,6 @@ class Index {
|
||||
return solrVersion;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param true if all Index fields are set, false otherwise
|
||||
*/
|
||||
boolean isIndexDataPopulated() {
|
||||
if (!this.indexPath.isEmpty() && !this.solrVersion.isEmpty() && !this.schemaVersion.isEmpty()) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the newIndex
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user