Notable Changes: SdkType#getInvalidHomeMessage

This commit is contained in:
Yann Cébron 2019-05-08 19:56:52 +02:00
parent fbbb1419d1
commit 553ca243c4

View File

@ -7,6 +7,9 @@ title: Notable Changes in IntelliJ Platform and Plugins API 2019.*
`com.intellij.util.Query.forEach`
: Defaults to thread-safe to prevent problems with clients using unsynchronized collections.
`com.intellij.openapi.projectRoots.SdkType#getInvalidHomeMessage`
: Returns dedicated message when invalid SDK path was chosen (e.g., JRE instead of JDK).
## Notable Changes in IntelliJ Platform 2019.1
`@org.jetbrains.annotations.ApiStatus.AvailableSince`