You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/parse/syntax/CssParserStateController.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,6 @@ public final class CssParserStateController {
75
75
privateIParserStatecurrentState;
76
76
77
77
/** Indicates if the current rule is supported. */
78
-
//Hashed value
79
78
privatebooleanisCurrentRuleSupported = true;
80
79
81
80
/** The previous active state (excluding comments). */
0 commit comments