Add @NotNull to return type of KtTestUtil.getJdk21Home

This commit is contained in:
Stanislav Ruban
2024-01-08 18:27:43 +02:00
committed by Space Team
parent 8c2293ddcd
commit 8f79d519b8
@@ -159,6 +159,7 @@ public class KtTestUtil {
return getJdkHome("JDK_17_0", "JDK_17");
}
@NotNull
public static File getJdk21Home() {
return getJdkHome("JDK_21_0", "JDK_21");
}