PY-29977 Add a note about removal estimates for #getExternalDocumentationRoot

This commit is contained in:
Mikhail Golubev
2018-06-18 18:56:36 +03:00
parent 7df0c62e8e
commit c942325636
@@ -33,7 +33,7 @@ public interface PythonDocumentationLinkProvider {
* This method was used to provide the fallback URL in case the one returned by {@link #getExternalDocumentationUrl(PsiElement, PsiElement)}
* doesn't exist. This check is not performed any longer to avoid UI sluggishness.
*
* @deprecated Do your best to provide a valid URL in {@link #getExternalDocumentationUrl(PsiElement, PsiElement)}
* @deprecated Do your best to provide a valid URL in {@link #getExternalDocumentationUrl(PsiElement, PsiElement)}. To be removed in 2019.2.
*/
@Deprecated
default String getExternalDocumentationRoot(Sdk sdk) {