More cleanup

This commit is contained in:
Eugene Livis 2017-01-20 14:20:51 -05:00
parent 12783887b2
commit bcdd2a628b

View File

@ -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