mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
Cleanup (duplication)
This commit is contained in:
@@ -57,7 +57,7 @@ public abstract class JavaSdk extends SdkType implements JavaSdkType {
|
||||
return JdkUtil.checkForJre(file);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
/** @deprecated use {@link SdkVersionUtil#detectJdkVersion} (to be removed in IDEA 2019) */
|
||||
public static String getJdkVersion(@NotNull String sdkHome) {
|
||||
return SdkVersionUtil.detectJdkVersion(sdkHome);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user