From 7f2c1d6ecd6e842498b3c72405ccd5fffed17590 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 20 Apr 2017 13:46:39 -0400 Subject: [PATCH] Fix a couple `null` typos in the Reference Manual --- src/reference/asciidoc/content-enrichment.adoc | 5 ++--- src/reference/asciidoc/router.adoc | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/reference/asciidoc/content-enrichment.adoc b/src/reference/asciidoc/content-enrichment.adoc index 914156eb28..caf4569064 100644 --- a/src/reference/asciidoc/content-enrichment.adoc +++ b/src/reference/asciidoc/content-enrichment.adoc @@ -380,9 +380,8 @@ Through the implicitly set `reply-channel` a `User` object is returned and using ---- -NOTE: The code samples shown here, are part of the _Spring - Integration Samples_ project. -Please feel free to check it out at:null +NOTE: The code samples shown here, are part of the _Spring Integration Samples_ project. +Please feel free to check it out in the <>. _How do I pass only a subset of data to the request channel?_ diff --git a/src/reference/asciidoc/router.adoc b/src/reference/asciidoc/router.adoc index 287da543c9..7b75106f30 100644 --- a/src/reference/asciidoc/router.adoc +++ b/src/reference/asciidoc/router.adoc @@ -1008,8 +1008,6 @@ As of Spring Integration 2.0 we offer an alternative where you can now use SpEL NOTE: For more information about the Spring Expression Language, please refer to the respective chapter in the Spring Framework Reference Documentation at: -null - Generally a SpEL expression is evaluated and the result is mapped to a channel: [source,xml]