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

@@ -16,7 +16,6 @@ import com.intellij.util.QueryExecutor;
import org.jetbrains.annotations.NotNull;
/**
* @author ven
* Searches deeply for all overriding methods of all methods in a class, processing pairs
* (method in original class, overriding method)
*/