File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/sources Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ protected static void ensureTargetDirs(Path targetDir) {
509509class SourceCacheFeature implements InternalFeature {
510510
511511 public static class Options {
512- @ Option (help = "Search path for source files for Application or GraalVM classes (list of comma-separated directories or jar files)" )//
512+ @ Option (help = "Search path for source files for application or GraalVM classes (list of comma-separated directories or jar files)" )//
513513 static final HostedOptionKey <LocatableMultiOptionValue .Paths > DebugInfoSourceSearchPath = new HostedOptionKey <>(LocatableMultiOptionValue .Paths .buildWithCommaDelimiter ());
514514 }
515515
You can’t perform that action at this time.
0 commit comments