Skip to content

Commit

Permalink
minor - add override annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 18, 2024
1 parent 9b717a7 commit bbcc3e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/javacc/CSS3Parser.jj
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public class CSS3Parser extends AbstractCSSParser {
this((CharStream) null);
}

@Override
public String getParserVersion() {
return "http://www.w3.org/Style/CSS/";
}
Expand Down

0 comments on commit bbcc3e4

Please sign in to comment.