Commit 2, test changes to use the new API method.

This commit is contained in:
Oana Nechiforescu
2017-09-26 14:51:13 +03:00
parent bee032cb05
commit 6af7609e7e

View File

@@ -50,7 +50,8 @@ import org.springframework.stereotype.Component;
public class SearchAPI extends BaseAPI
{
/** http client factory */
@Autowired private AlfrescoHttpClientFactory alfrescoHttpClientFactory;
@Autowired
private AlfrescoHttpClientFactory alfrescoHttpClientFactory;
/** faceted search API endpoint */
private static final String FACETED_SEARCH_ENDPOINT = "{0}alfresco/s/slingshot/rmsearch/faceted/rmsearch?{1}";