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:
Michael Suzuki
2016-12-13 20:52:30 +00:00
parent 2e991048a5
commit 4e75c45fd9
5 changed files with 0 additions and 12 deletions

View File

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