cleanup: remove redundant '@author' tags from javadoc comments - 5

Now we have Code Vision hints which determine the author via Git history and show it in the editor automatically, and this information is more accurate than the tags which were automatically added when files were created.

GitOrigin-RevId: e1f798814ca7f22747768b99cbcd962d820bbfb9
This commit is contained in:
Nikolay Chashnikov
2023-01-17 18:53:27 +01:00
committed by intellij-monorepo-bot
parent 0a451b153a
commit 98b622aa27
309 changed files with 0 additions and 883 deletions

View File

@@ -19,9 +19,6 @@ import org.jetbrains.annotations.NotNull;
import java.util.List;
/**
* @author ven
*/
public class JavaAllOverridingMethodsSearcher implements QueryExecutor<Pair<PsiMethod, PsiMethod>, AllOverridingMethodsSearch.SearchParameters> {
@Override
public boolean execute(@NotNull final AllOverridingMethodsSearch.SearchParameters p, @NotNull final Processor<? super Pair<PsiMethod, PsiMethod>> consumer) {

View File

@@ -12,9 +12,6 @@ import com.intellij.psi.util.PropertyUtilBase;
import com.intellij.util.Processor;
import org.jetbrains.annotations.NotNull;
/**
* @author ven
*/
public class SimpleAccessorReferenceSearcher extends QueryExecutorBase<PsiReference, ReferencesSearch.SearchParameters> {
public SimpleAccessorReferenceSearcher() {
super(true);