mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-10-08 14:51:20 +00:00
[SEARCH-1662]minor code style refactor
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user