Add @NotNull to return type of KtTestUtil.getJdk21Home
This commit is contained in:
committed by
Space Team
parent
8c2293ddcd
commit
8f79d519b8
+1
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user