Skip to content

Commit 901b61f

Browse files
committed
regen
1 parent a205d05 commit 901b61f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org/w3c/css/parser/analyzer/CssParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ final public void general_enclosed(AtRuleSupports supportsRule) throws ParseExce
20762076
allv.addAll(v);
20772077
}
20782078
}
2079-
if ( allv == null ) {
2079+
if ( allv.isEmpty() ) {
20802080
if (!gotContent) ac.getFrame().addWarning("no-declaration");
20812081
} else {
20822082
addProperty(allv);

0 commit comments

Comments
 (0)