Fix a couple null typos in the Reference Manual

This commit is contained in:
Artem Bilan
2017-04-20 13:46:39 -04:00
parent 71b93987d7
commit 7f2c1d6ecd
2 changed files with 2 additions and 5 deletions

View File

@@ -380,9 +380,8 @@ Through the implicitly set `reply-channel` a `User` object is returned and using
</int:enricher>
----
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 <<samples>>.
_How do I pass only a subset of data to the request channel?_

View File

@@ -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]