mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Fix duplicate code warning from errorprone. This "else if" clause is the same as the "else" and can be removed
This commit is contained in:
@@ -1445,8 +1445,6 @@ public class SolrServiceImpl implements SearchService, IndexingService {
|
||||
} else {
|
||||
return field + "_acid";
|
||||
}
|
||||
} else if (facetFieldConfig.getType().equals(DiscoveryConfigurationParameters.TYPE_STANDARD)) {
|
||||
return field;
|
||||
} else {
|
||||
return field;
|
||||
}
|
||||
|
Reference in New Issue
Block a user