From: Juergen H. <jho...@us...> - 2006-04-20 19:20:59
|
Update of /cvsroot/springframework/spring/src/org/springframework/scripting/groovy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15553/src/org/springframework/scripting/groovy Modified Files: GroovyScriptFactory.java Log Message: polishing Index: GroovyScriptFactory.java =================================================================== RCS file: /cvsroot/springframework/spring/src/org/springframework/scripting/groovy/GroovyScriptFactory.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GroovyScriptFactory.java 11 Feb 2006 12:59:33 -0000 1.3 --- GroovyScriptFactory.java 20 Apr 2006 19:20:56 -0000 1.4 *************** *** 25,30 **** import org.springframework.scripting.ScriptFactory; import org.springframework.scripting.ScriptSource; - import org.springframework.util.ClassUtils; import org.springframework.util.Assert; /** --- 25,30 ---- import org.springframework.scripting.ScriptFactory; import org.springframework.scripting.ScriptSource; import org.springframework.util.Assert; + import org.springframework.util.ClassUtils; /** *************** *** 55,59 **** * @param scriptSourceLocator a locator that points to the source of the script. * Interpreted by the post-processor that actually creates the script. ! * @throws IllegalArgumentException if the supplied argument is <code>null></code> or consists wholly of whitespace */ public GroovyScriptFactory(String scriptSourceLocator) { --- 55,59 ---- * @param scriptSourceLocator a locator that points to the source of the script. * Interpreted by the post-processor that actually creates the script. ! * @throws IllegalArgumentException if the supplied String is empty */ public GroovyScriptFactory(String scriptSourceLocator) { |