diff options
author | Haijian Wang <haijian@vaadin.com> | 2013-02-19 12:43:26 +0200 |
---|---|---|
committer | Haijian Wang <haijian@vaadin.com> | 2013-02-19 12:43:26 +0200 |
commit | cc5252a98ef538690250fab9952cb44dbb00fb12 (patch) | |
tree | dad4dc88be64b3d8c79b94e4974a86830bfdd17c /theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java | |
parent | 821ebf49d898ba5f0e2f2e386de242b3dbcbe2e1 (diff) | |
download | vaadin-framework-cc5252a98ef538690250fab9952cb44dbb00fb12.tar.gz vaadin-framework-cc5252a98ef538690250fab9952cb44dbb00fb12.zip |
Selector now can begin with a combinator. (Ticket #10754)
Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261
Diffstat (limited to 'theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java')
-rw-r--r-- | theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java b/theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java index e5116bdb49..9ff123c808 100644 --- a/theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java +++ b/theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2013 Vaadin Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + */ /* Generated By:JavaCC: Do not edit this line. ParserTokenManager.java */ package com.vaadin.sass.internal.parser; @@ -5835,21 +5850,6 @@ public class ParserTokenManager implements ParserConstants { int jjmatchedPos; int jjmatchedKind; - /* - * Copyright 2000-2013 Vaadin Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain a - * copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. - */ /** Get the next Token. */ public Token getNextToken() { Token specialToken = null; |