INT-4035, INT-4008: Docs for Integration Graph

JIRA: https://jira.spring.io/browse/INT-4035, https://jira.spring.io/browse/INT-4008

Polishing
This commit is contained in:
Artem Bilan
2016-05-23 20:08:11 -04:00
committed by Gary Russell
parent c6821ec387
commit d57db56a39
7 changed files with 232 additions and 6 deletions

View File

@@ -21,7 +21,6 @@ import org.apache.commons.logging.LogFactory;
import org.springframework.context.annotation.ImportSelector;
import org.springframework.core.type.AnnotationMetadata;
import org.springframework.integration.http.support.DefaultHttpHeaderMapper;
import org.springframework.integration.http.support.HttpContextUtils;
/**
@@ -30,7 +29,7 @@ import org.springframework.integration.http.support.HttpContextUtils;
*/
class IntegrationGraphControllerRegistrarImportSelector implements ImportSelector {
private static final Log logger = LogFactory.getLog(DefaultHttpHeaderMapper.class);
private static final Log logger = LogFactory.getLog(IntegrationGraphControllerRegistrarImportSelector.class);
@Override
public String[] selectImports(AnnotationMetadata importingClassMetadata) {