From d8fa81888c93cba7a965ee4d638db148c0ba8000 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 4 Feb 2011 20:04:40 -0500 Subject: [PATCH] INT-1727, INT-1784, polished the docs --- docs/src/reference/docbook/groovy.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/src/reference/docbook/groovy.xml b/docs/src/reference/docbook/groovy.xml index b11bc2b6a4..a919a7c7f3 100644 --- a/docs/src/reference/docbook/groovy.xml +++ b/docs/src/reference/docbook/groovy.xml @@ -119,7 +119,7 @@ If you need control over customization of the Groovy object itself which goes beyond setting variables (e.g., properties, MetaObject etc.) you can also register a GroovyObjectCustomizer which is an implementation of - org.springframework.scripting.groovy.GroovyObjectCustomizer via 'customizer' attribute. + org.springframework.scripting.groovy.GroovyObjectCustomizer via customizer attribute. ]]> -Setting custom GroovyObjectCustomizer is NOT mutually exclusive to &ly;variable> sub-element and/or script-variable-generator +Setting custom GroovyObjectCustomizer is NOT mutually exclusive to <variable> sub-element and/or script-variable-generator and is allowed with inline scripting. @@ -161,12 +161,10 @@ Setting custom GroovyObjectCustomizer is NOT mutually exclusive to &ly;variable& If you need control over customization of the Groovy object itself which goes beyond setting variables (e.g., properties, MetaObject etc.) you can also register a GroovyObjectCustomizer which is an implementation of - org.springframework.scripting.groovy.GroovyObjectCustomizer via 'customizer' attribute. + org.springframework.scripting.groovy.GroovyObjectCustomizer via customizer attribute. - - - + ]]>