Skip to content

Commit 7c01992

Browse files
author
Eugene Bochilo
committed
Delete TODO related to clossed ticket
DEVSIX-4745
1 parent def5200 commit 7c01992

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

styled-xml-parser/src/main/java/com/itextpdf/styledxmlparser/css/validate/impl/datatype/CssBackgroundValidator.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,9 @@ private boolean isValidProperty(List<String> propertyValues, int index) {
7878
if (isPropertyValueCorrespondsPropertyType(propertyValues.get(index))) {
7979
if (propertyValues.size() == MAX_AMOUNT_OF_VALUES) {
8080
if (isMultiValueAllowedForThisType() && isMultiValueAllowedForThisValue(propertyValues.get(index))) {
81-
// TODO DEVSIX-2106 Some extra validations for currently not supported properties.
8281
return checkMultiValuePositionXY(propertyValues, index);
83-
} else {
84-
return false;
8582
}
83+
return false;
8684
}
8785
return true;
8886
}

0 commit comments

Comments
 (0)