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
|
||||
public class SearchAPI extends BaseAPI
|
||||
{
|
||||
|
||||
/** http client factory */
|
||||
@Autowired
|
||||
private AlfrescoHttpClientFactory alfrescoHttpClientFactory;
|
||||
@Autowired private AlfrescoHttpClientFactory alfrescoHttpClientFactory;
|
||||
|
||||
/** search API endpoint */
|
||||
private static final String SEARCH_ENDPOINT = "{0}alfresco/s/slingshot/search?{1}";
|
||||
|
Reference in New Issue
Block a user