Skip to content

Commit

Permalink
Remove TODO int ConditionalGroupAtRuleBlockState
Browse files Browse the repository at this point in the history
DEVSIX-6357
  • Loading branch information
BezrukovM authored and Ubuntu committed Feb 23, 2022
1 parent 6d3b595 commit 95ec0ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class ConditionalGroupAtRuleBlockState implements IParserState {
* @see com.itextpdf.styledxmlparser.css.parse.syntax.IParserState#process(char)
*/
@Override
// TODO use UnknownState?
public void process(char ch) {
if (ch == '/') {
controller.enterCommentStartState();
Expand Down

0 comments on commit 95ec0ed

Please sign in to comment.