mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
2020.2
GitOrigin-RevId: 157703625e3807946044a228e3147498b23071f4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7a9f7245e0
commit
d51776f961
@@ -91,7 +91,7 @@ public abstract class PsiShortNamesCache {
|
||||
* @deprecated use {@link #processAllClassNames}
|
||||
*/
|
||||
@Deprecated
|
||||
@ApiStatus.ScheduledForRemoval(inVersion = "2020.1")
|
||||
@ApiStatus.ScheduledForRemoval(inVersion = "2020.2")
|
||||
public void getAllClassNames(@NotNull HashSet<String> dest) {
|
||||
processAllClassNames(new CommonProcessors.CollectProcessor<>(dest));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user