Skip to content

Commit 8dcb4fa

Browse files
committed
FOP-2469: Review suggestions
1 parent 05e147e commit 8dcb4fa

File tree

1 file changed

+1
-4
lines changed
  • fop-core/src/main/java/org/apache/fop/fo/flow/table

1 file changed

+1
-4
lines changed

fop-core/src/main/java/org/apache/fop/fo/flow/table/Table.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,7 @@ public void bind(PropertyList pList) throws FOPException {
158158
eventProducer.nonAutoBPDOnTable(this, getLocator());
159159
// Anyway, the bpd of a table is not used by the layout code
160160
}
161-
/*if (tableLayout == EN_AUTO) {
162-
getFOValidationEventProducer().unimplementedFeature(this, getName(),
163-
"table-layout=\"auto\"", getLocator());
164-
}*/
161+
165162
if (!isSeparateBorderModel()) {
166163
if (borderCollapse == EN_COLLAPSE_WITH_PRECEDENCE) {
167164
getFOValidationEventProducer().unimplementedFeature(this, getName(),

0 commit comments

Comments
 (0)