Revision 47421 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.fmap.control/src/main/java/org/gvsig/fmap/mapcontrol/dal/feature/swing/table/FeatureTableModel.java

View differences:

FeatureTableModel.java
172 172
            }
173 173
        } catch (ConcurrentDataModificationException e) {
174 174
            LOGGER.debug("Error while getting the total size of the set", e);
175
            this.delayAction.addAction(DelayAction.ACTION_RELOADALL);
175 176
            return 0;
176 177
        }
177 178
    }

Also available in: Unified diff