api_changes_list_2017.md: cleanup

This commit is contained in:
Yann Cébron 2019-03-13 13:54:25 +01:00
parent f701cccd64
commit 0275cd3d8a

View File

@ -15,7 +15,7 @@ See the note on how to document new problems on the main page reference_guide/ap
: This method isn't supposed to be used in regular plugins. There is no need to call this method anymore. : This method isn't supposed to be used in regular plugins. There is no need to call this method anymore.
`org.apache.sanselan` package removed `org.apache.sanselan` package removed
: Use classes from `org.apache.commons.imaging` instead . : Use classes from `org.apache.commons.imaging` instead.
`com.intellij.psi.MultiplePsiFilesPerDocumentFileViewProvider.getLanguages` abstract method added `com.intellij.psi.MultiplePsiFilesPerDocumentFileViewProvider.getLanguages` abstract method added
: Implementation of this class are supposed to have several languages so you need to implement this method explicitly and return them all. : Implementation of this class are supposed to have several languages so you need to implement this method explicitly and return them all.