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

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: c9da0e5b671b6049f85db4824ea81782e2977d77
This commit is contained in:
Nikolay Chashnikov
2023-01-18 09:56:49 +01:00
committed by intellij-monorepo-bot
parent c1f2c8a692
commit 37ce2ff8a6
111 changed files with 0 additions and 331 deletions

View File

@@ -2,8 +2,5 @@ package com.intellij.html;
import com.intellij.xml.XmlNSDescriptor;
/**
* @author Eugene.Kudelevsky
*/
public interface RelaxedHtmlNSDescriptor extends XmlNSDescriptor {
}

View File

@@ -1,8 +1,5 @@
package com.intellij.xml;
/**
* @author Eugene.Kudelevsky
*/
public interface XmlNSDescriptorEx extends XmlNSDescriptor {
XmlElementDescriptor getElementDescriptor(String localName, String namespace);
}