Revision 45178

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/featureset/DefaultIterator.java
84 84
                return true;
85 85
            }
86 86
            try {
87
                this.doDispose();
88
            } catch (BaseException ex) {
87
                this.dispose();
88
            } catch (Exception ex) {
89 89
                throw new RuntimeException("Can't dispose iterator.",ex);
90 90
            }
91 91
            return false;

Also available in: Unified diff