mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Use GspAttributeValue in pattern instead XmlAttributeValue. (optimization)
This commit is contained in:
@@ -32,8 +32,12 @@ public class XmlAttributeValuePattern extends XmlElementPattern<XmlAttributeValu
|
||||
}
|
||||
};
|
||||
|
||||
protected XmlAttributeValuePattern() {
|
||||
super(CONDITION);
|
||||
public XmlAttributeValuePattern() {
|
||||
this(CONDITION);
|
||||
}
|
||||
|
||||
public XmlAttributeValuePattern(InitialPatternCondition<XmlAttributeValue> condition) {
|
||||
super(condition);
|
||||
}
|
||||
|
||||
public XmlAttributeValuePattern withLocalName(@NonNls String... names) {
|
||||
|
||||
Reference in New Issue
Block a user