The log() in the end IMPORTANT note in dsl.adoc

This commit is contained in:
Artem Bilan
2017-11-15 15:21:14 -05:00
parent 89614f7ff6
commit 1244c6c22a
2 changed files with 21 additions and 4 deletions

View File

@@ -2742,9 +2742,6 @@ public abstract class IntegrationFlowDefinition<B extends IntegrationFlowDefinit
return target;
}
Advised advised = (Advised) target;
if (advised.getTargetSource() == null) {
return null;
}
try {
return extractProxyTarget(advised.getTargetSource().getTarget());
}