summaryrefslogtreecommitdiff
path: root/xml/relaxng/src/org/intellij/plugins/relaxNG/compact/parser/PatternParsing.java
diff options
context:
space:
mode:
Diffstat (limited to 'xml/relaxng/src/org/intellij/plugins/relaxNG/compact/parser/PatternParsing.java')
-rw-r--r--xml/relaxng/src/org/intellij/plugins/relaxNG/compact/parser/PatternParsing.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/xml/relaxng/src/org/intellij/plugins/relaxNG/compact/parser/PatternParsing.java b/xml/relaxng/src/org/intellij/plugins/relaxNG/compact/parser/PatternParsing.java
index 7fff0c3d0627..68b8dc2e5059 100644
--- a/xml/relaxng/src/org/intellij/plugins/relaxNG/compact/parser/PatternParsing.java
+++ b/xml/relaxng/src/org/intellij/plugins/relaxNG/compact/parser/PatternParsing.java
@@ -56,6 +56,7 @@ public class PatternParsing extends DeclarationParsing {
parseTopLevel();
}
+ @Override
protected boolean parsePattern() {
PsiBuilder.Marker marker = myBuilder.mark();
if (!parseQuantifiedPattern()) {