fixed a small typo

This commit is contained in:
nadavc
2015-07-10 19:51:18 -07:00
committed by Artem Bilan
parent 00ef4ce731
commit f7b13fe341

View File

@@ -996,7 +996,7 @@ The `ref` attribute references the bean name of a custom Router implementation (
<int:router ref="customRouter" input-channel="input3"
default-output-channel="defaultOutput3"/>
<beans:bean id="customRouterBean class="org.foo.MyCustomRouter"/>
<beans:bean id="customRouterBean" class="org.foo.MyCustomRouter"/>
----
Alternatively, `ref` may point to a simple POJO that contains the @Router annotation (see below), or the `ref` may be combined with an explicit `method` name.