Skip to content

Commit 1d50c58

Browse files
committed
% cleanup
1 parent 6260694 commit 1d50c58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/javacc/CSS3Parser.jj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,10 +1182,9 @@ Condition _class(Condition pred, boolean pseudoElementFound) :
11821182
// : IDENT | '*'
11831183
// ;
11841184
//
1185-
SimpleSelector elementName() :
1185+
ElementSelector elementName() :
11861186
{
11871187
Token t;
1188-
SimpleSelector sel;
11891188
}
11901189
{
11911190
try

0 commit comments

Comments
 (0)