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

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: 6b7b3f016410df7452da2bdf99ae16f505fb21c9
This commit is contained in:
Nikolay Chashnikov
2023-01-18 10:04:33 +01:00
committed by intellij-monorepo-bot
parent 2ea9052f16
commit 2cc08b84bd
2 changed files with 0 additions and 6 deletions

View File

@@ -27,9 +27,6 @@ import javax.swing.*;
import static com.intellij.patterns.PlatformPatterns.psiElement;
import static com.intellij.patterns.StandardPatterns.or;
/**
* @author vnikolaenko
*/
public final class RegExpCompletionContributor extends CompletionContributor {
private static final Icon emptyIcon = EmptyIcon.create(PlatformIcons.PROPERTY_ICON);

View File

@@ -10,9 +10,6 @@ import org.intellij.lang.regexp.psi.RegExpProperty;
import org.jetbrains.annotations.Nls;
import org.jetbrains.annotations.Nullable;
/**
* @author vnikolaenko
*/
public final class RegExpDocumentationProvider extends AbstractDocumentationProvider {
@Override
@Nullable