Revision 19471 trunk/libraries/libDataSource/src/org/gvsig/data/datastores/vectorial/driver/DriverStore.java

View differences:

DriverStore.java
128 128
        writer.postProcess();
129 129
    }
130 130

  
131
    public void finishEditing() throws WriteException, ReadException {
131
    protected void doFinishEdition() throws WriteException, ReadException {
132 132
    	Iterator commandsfeatures = null;
133 133
    	IFeaturesWriter writer = driver.getFeaturesWriter();
134 134
    	IFeatureType type = getDefaultFeatureType();

Also available in: Unified diff