Notable API Changes: use '.' instead of '#' for consistency

This commit is contained in:
Yann Cébron 2019-03-08 14:07:42 +01:00
parent 777eba3de4
commit 23914be73c

View File

@ -4,7 +4,7 @@ title: Notable Changes in IntelliJ Platform and Plugins API 2019.*
## Notable Changes in IntelliJ Platform 2019.2
`com.intellij.util.Query#forEach`
`com.intellij.util.Query.forEach`
: Defaults to thread-safe to prevent problems with clients using unsynchronized collections.
## Notable Changes in IntelliJ Platform 2019.1