mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Polish
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user