mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
SEARCH-207, revert changes introduced in commit 133606
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@133640 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -53,8 +53,6 @@ public class SolrStoreMapping implements BeanNameAware
|
||||
private int numShards = 1;
|
||||
|
||||
private int replicationFactor = 1;
|
||||
|
||||
private String secureComms;
|
||||
|
||||
public SolrStoreMapping()
|
||||
{
|
||||
@@ -250,10 +248,4 @@ public class SolrStoreMapping implements BeanNameAware
|
||||
{
|
||||
this.replicationFactor = replicationFactor;
|
||||
}
|
||||
|
||||
public void setSecureComms(String secureComms)
|
||||
{
|
||||
this.secureComms = secureComms;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user