Generated by
JDiff

Class org.springframework.scripting.groovy.GroovyScriptFactory

Changed Methods
Object executeScript(ScriptSource, Class<?>) Change in signature from (ScriptSource, Class) to (ScriptSource, Class<?>).
Instantiate the given Groovy script class and run it if necessary.
Class<?> getScriptedObjectType(ScriptSource) Change in return type from Class to Class<?>.