Skip to content

Commit 3d8c073

Browse files
committed
[GR-69000] Trivial typo fixed.
PullRequest: graal/21938
2 parents 332af86 + 2a13851 commit 3d8c073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/configure/ConfigurationFiles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static final class Options {
8585
AccumulatingLocatableMultiOptionValue.Paths.buildWithCommaDelimiter());
8686
@Option(help = "Resources describing program elements to be made available for reflection (see ProxyConfigurationFiles).", type = OptionType.User, deprecated = true, //
8787
deprecationMessage = "This can be caused by a proxy-config.json file in your META-INF directory. " +
88-
"Consider including proxy configuration in the reflection section of reachability-metadata.md instead.")//
88+
"Consider including proxy configuration in the reflection section of reachability-metadata.json instead.")//
8989
public static final HostedOptionKey<AccumulatingLocatableMultiOptionValue.Strings> DynamicProxyConfigurationResources = new HostedOptionKey<>(
9090
AccumulatingLocatableMultiOptionValue.Strings.buildWithCommaDelimiter());
9191

0 commit comments

Comments
 (0)