mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
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:
committed by
intellij-monorepo-bot
parent
2ea9052f16
commit
2cc08b84bd
@@ -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);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user