Revision 44207 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/DefaultFeatureStore.java

View differences:

DefaultFeatureStore.java
1962 1962
                    throw new VisitCanceledException();
1963 1963
                }
1964 1964
            }, query);
1965
            return null;
1966 1965
        } catch(VisitCanceledException ex) {
1967
            return feature.getValue();
1966

  
1968 1967
        } catch(DataException ex) {
1969 1968
            throw ex;
1970 1969
        } catch(Exception ex) {
1971 1970
            throw new RuntimeException("", ex);
1972 1971
        }
1972
        return feature.getValue();
1973 1973
    }
1974 1974

  
1975 1975
    @Override

Also available in: Unified diff