This commit is contained in:
Stephane Nicoll
2015-07-24 07:19:53 +02:00
parent d6e914be87
commit 42e230192f
50 changed files with 100 additions and 104 deletions

View File

@@ -31,7 +31,7 @@ public interface GroovyCompilerConfiguration {
/**
* Constant to be used when there is no {@link #getClasspath() classpath}.
*/
public static final String[] DEFAULT_CLASSPATH = { "." };
String[] DEFAULT_CLASSPATH = { "." };
/**
* Returns the scope in which the compiler operates.