[SEARCH-1662]minor code style refactor

This commit is contained in:
Alessandro Benedetti
2019-05-28 10:10:02 +01:00
parent 8e127094e4
commit 96b82fd181

View File

@@ -141,9 +141,7 @@ public abstract class SolrTestInitializer extends SolrTestCaseJ4
private static Properties addExplicitShardingProperty(Properties solrcoreProperties)
{
if(solrcoreProperties == null){
solrcoreProperties = new Properties();
}
solrcoreProperties.put("shard.method", "EXPLICIT_ID");
return solrcoreProperties;