From 97e03ec7e681729f862a4278c253d95c72fd28de Mon Sep 17 00:00:00 2001 From: nkjackzhang Date: Fri, 1 Jul 2016 16:37:17 +0800 Subject: [PATCH] Fix typo in javadoc I have signed and agree to the terms of the Spring Individual Contributor License Agreement. --- .../springframework/scripting/groovy/GroovyScriptFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-context/src/main/java/org/springframework/scripting/groovy/GroovyScriptFactory.java b/spring-context/src/main/java/org/springframework/scripting/groovy/GroovyScriptFactory.java index c082ca4ce100..95cdcf9f48d4 100644 --- a/spring-context/src/main/java/org/springframework/scripting/groovy/GroovyScriptFactory.java +++ b/spring-context/src/main/java/org/springframework/scripting/groovy/GroovyScriptFactory.java @@ -40,7 +40,7 @@ * *

Typically used in combination with a * {@link org.springframework.scripting.support.ScriptFactoryPostProcessor}; - * see the latter's javadoc} for a configuration example. + * see the latter's {@code javadoc} for a configuration example. * *

Note: Spring 4.0 supports Groovy 1.8 and higher. *