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

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: 8b807033fab19289376c5e44972453a10f4b6da4
This commit is contained in:
Nikolay Chashnikov
2023-01-18 13:05:12 +01:00
committed by intellij-monorepo-bot
parent a3385d4158
commit 774830781e
11 changed files with 0 additions and 30 deletions

View File

@@ -31,9 +31,6 @@ import org.jetbrains.annotations.NotNull;
import java.util.Collection;
import java.util.LinkedList;
/**
* @author Roman.Shein
*/
public class JavaExtractor implements LangCodeStyleExtractor {
@NotNull
@Override