mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-5416 - reverted ClassificationAPI auto format
This commit is contained in:
@@ -53,10 +53,8 @@ import org.springframework.stereotype.Component;
|
|||||||
@Component
|
@Component
|
||||||
public class SearchAPI extends BaseAPI
|
public class SearchAPI extends BaseAPI
|
||||||
{
|
{
|
||||||
|
|
||||||
/** http client factory */
|
/** http client factory */
|
||||||
@Autowired
|
@Autowired private AlfrescoHttpClientFactory alfrescoHttpClientFactory;
|
||||||
private AlfrescoHttpClientFactory alfrescoHttpClientFactory;
|
|
||||||
|
|
||||||
/** search API endpoint */
|
/** search API endpoint */
|
||||||
private static final String SEARCH_ENDPOINT = "{0}alfresco/s/slingshot/search?{1}";
|
private static final String SEARCH_ENDPOINT = "{0}alfresco/s/slingshot/search?{1}";
|
||||||
|
Reference in New Issue
Block a user