From 096c160f10645d99079b53f4fc7a6f3a13f1d45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 18 Jan 2023 10:20:56 +0100 Subject: [PATCH] file_and_class_choosers.md: remove duplication --- topics/user_interface_components/file_and_class_choosers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/user_interface_components/file_and_class_choosers.md b/topics/user_interface_components/file_and_class_choosers.md index 17baffe18..cb2ed6333 100644 --- a/topics/user_interface_components/file_and_class_choosers.md +++ b/topics/user_interface_components/file_and_class_choosers.md @@ -42,7 +42,7 @@ Its different methods allow you to specify the scope from which the classes are For choosing a Java package, you can use the [`PackageChooserDialog`](%gh-ic%/java/java-impl/src/com/intellij/ide/util/PackageChooserDialog.java) class. -> To use Java-specific components in plugins targeting versions 2019.2+, explicit dependency on the Java plugin is required. -> See the [Modules Specific to Functionality](plugin_compatibility.md#modules-specific-to-functionality) page for details on how to add a dependency to the Java plugin (`com.intellij.modules.java` or `com.intellij.java`). +> To use Java-specific components, an explicit dependency on the Java plugin is required. +> See [Details](plugin_compatibility.md#java) for details. > {style="note"}