mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
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:
committed by
intellij-monorepo-bot
parent
c1f2c8a692
commit
37ce2ff8a6
@@ -2,8 +2,5 @@ package com.intellij.html;
|
||||
|
||||
import com.intellij.xml.XmlNSDescriptor;
|
||||
|
||||
/**
|
||||
* @author Eugene.Kudelevsky
|
||||
*/
|
||||
public interface RelaxedHtmlNSDescriptor extends XmlNSDescriptor {
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
package com.intellij.xml;
|
||||
|
||||
/**
|
||||
* @author Eugene.Kudelevsky
|
||||
*/
|
||||
public interface XmlNSDescriptorEx extends XmlNSDescriptor {
|
||||
XmlElementDescriptor getElementDescriptor(String localName, String namespace);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user