GitOrigin-RevId: f9549d196e1ae273d1dadc1a21c692c0d4665d0e
This commit is contained in:
Dmitry Jemerov
2022-12-29 14:07:46 +01:00
committed by intellij-monorepo-bot
parent 3f92961c7b
commit 9ea75083e1
5 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ public interface ApiUsageProcessor {
/**
* Process overriding of a super class' method.
*
* @param method method that overrides the parent's method. {@code method.uastAnchor.sourcePsi} can be be used to highlight name declaration.
* @param method method that overrides the parent's method. {@code method.uastAnchor.sourcePsi} can be used to highlight name declaration.
* @param overriddenMethod super class' method being overridden
*/
default void processMethodOverriding(@NotNull UMethod method, @NotNull PsiMethod overriddenMethod) {}