mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 01:37:43 +00:00
More cleanup
This commit is contained in:
parent
12783887b2
commit
bcdd2a628b
@ -55,16 +55,6 @@ class Index {
|
||||
String getSolrVersion() {
|
||||
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