Skip to content

Commit f25d7a8

Browse files
committed
typo fixed
1 parent bcc32e6 commit f25d7a8

File tree

1 file changed

+1
-1
lines changed
  • visualvm/libs.profiler/lib.profiler.common/src/org/graalvm/visualvm/lib/common/integration

1 file changed

+1
-1
lines changed

visualvm/libs.profiler/lib.profiler.common/src/org/graalvm/visualvm/lib/common/integration/IntegrationUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ public static String getJavaPlatformNativeLibrariesDirectoryName(String javaPlat
397397
} else if (javaPlatform.equals(PLATFORM_JAVA_160)) {
398398
return "jdk16"; //NOI18N // for JDK 16 we use the same as for 6.0 for now
399399
} else if (javaPlatform.equals(PLATFORM_JAVA_170)) {
400-
return "jdk17"; //NOI18N // for JDK 17 we use the same as for 6.0 for now
400+
return "jdk16"; //NOI18N // for JDK 17 we use the same as for 6.0 for now
401401
} else if (javaPlatform.equals(PLATFORM_JAVA_CVM)) {
402402
return "cvm"; // NOI18N
403403
}

0 commit comments

Comments
 (0)