From f7b13fe34167d4d278c555f093c7a329b9feffaa Mon Sep 17 00:00:00 2001 From: nadavc Date: Fri, 10 Jul 2015 19:51:18 -0700 Subject: [PATCH] fixed a small typo --- src/reference/asciidoc/router.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/router.adoc b/src/reference/asciidoc/router.adoc index 920d7fbc4c..8e2fb309ea 100644 --- a/src/reference/asciidoc/router.adoc +++ b/src/reference/asciidoc/router.adoc @@ -996,7 +996,7 @@ The `ref` attribute references the bean name of a custom Router implementation ( - + ---- 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.