Skip to content

Commit b6c994e

Browse files
BezrukovMiText-CI
authored andcommitted
Remove TODO int ConditionalGroupAtRuleBlockState
DEVSIX-6357 Autoported commit. Original commit hash: [95ec0ed26]
1 parent 376dde3 commit b6c994e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

itext/itext.styledxmlparser/itext/styledxmlparser/css/parse/syntax/ConditionalGroupAtRuleBlockState.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ internal ConditionalGroupAtRuleBlockState(CssParserStateController controller) {
6363
* @see com.itextpdf.styledxmlparser.css.parse.syntax.IParserState#process(char)
6464
*/
6565
public virtual void Process(char ch) {
66-
// TODO use UnknownState?
6766
if (ch == '/') {
6867
controller.EnterCommentStartState();
6968
}

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6d3b5953878dac36d284359142b1f0404e6f4016
1+
95ec0ed26e06e084b1f62d7bc24b643825e74fb7

0 commit comments

Comments
 (0)