Skip to content

Commit 95ec0ed

Browse files
BezrukovMUbuntu
authored andcommitted
Remove TODO int ConditionalGroupAtRuleBlockState
DEVSIX-6357
1 parent 6d3b595 commit 95ec0ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/ConditionalGroupAtRuleBlockState.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ class ConditionalGroupAtRuleBlockState implements IParserState {
6565
* @see com.itextpdf.styledxmlparser.css.parse.syntax.IParserState#process(char)
6666
*/
6767
@Override
68-
// TODO use UnknownState?
6968
public void process(char ch) {
7069
if (ch == '/') {
7170
controller.enterCommentStartState();

0 commit comments

Comments
 (0)