mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
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:
committed by
intellij-monorepo-bot
parent
a3385d4158
commit
774830781e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user