From 3dbd738ee576051bb8b3144361bf4a68bbe0d3e7 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 24 Oct 2023 09:54:30 +0200 Subject: [PATCH] faq.md: Remove "Unresolved Classes after Upgrading to 2019.2 or later" This information is searchable on plugin_compatibility.md and is 14 versions old. --- topics/basics/faq.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/topics/basics/faq.md b/topics/basics/faq.md index 47cd737dc..0040effed 100644 --- a/topics/basics/faq.md +++ b/topics/basics/faq.md @@ -9,9 +9,6 @@ This FAQ is a topical index of questions that have been asked (and answered) on > See also [Explore the IntelliJ Platform API](explore_api.md) for more information and strategies. > -## Unresolved Classes after Upgrading to 2019.2 or later -* Dependency on Java plugin must be defined, see [](plugin_compatibility.md#java) - ## Accessing and Modifying the Source Code > See also [](psi.md) and [](psi_cookbook.md)