mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-10 14:11:58 +00:00
message change
This commit is contained in:
@@ -63,12 +63,12 @@ import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
*/
|
||||
public class CombinedConfig extends CombinedTransformConfig
|
||||
{
|
||||
public static final String X_ALFRESCO_RETRY_NEEDED_HEADER = "X-Alfresco-Retry-Needed";
|
||||
private final Log log;
|
||||
private final HttpClientConfig httpClientConfig;
|
||||
private final ObjectMapper jsonObjectMapper = new ObjectMapper();
|
||||
private final ConfigFileFinder configFileFinder;
|
||||
private int tEngineCount;
|
||||
public static final String X_ALFRESCO_RETRY_NEEDED_HEADER = "X-Alfresco-Retry-Needed";
|
||||
private final Log log;
|
||||
private final HttpClientConfig httpClientConfig;
|
||||
private final ObjectMapper jsonObjectMapper = new ObjectMapper();
|
||||
private final ConfigFileFinder configFileFinder;
|
||||
private int tEngineCount;
|
||||
|
||||
public CombinedConfig(Log log, AbstractTransformRegistry registry, HttpClientConfig httpClientConfig)
|
||||
{
|
||||
|
Reference in New Issue
Block a user