Revision 19471 trunk/libraries/libDataSource/src/org/gvsig/data/vectorial/AbstractFeatureStore.java

View differences:

AbstractFeatureStore.java
289 289

  
290 290
	public void finishEditing() throws WriteException, ReadException {
291 291
		if( !alterMode ) {
292
			//FIXME: OJO arreglar esta excepci?n!!!
292 293
			throw new RuntimeException("alterMode is false");
293 294
		}
294 295

  
......
298 299

  
299 300
		this.validateEndEditing();
300 301

  
302
		doFinishEdition();
301 303

  
304

  
302 305
		commands.clear();
303 306
		alterMode = false;
304 307

  
......
308 311

  
309 312
	}
310 313

  
314
	protected abstract void doFinishEdition() throws WriteException, ReadException ;
311 315

  
316

  
312 317
	public Iterator getChilds() {
313 318
		return null;
314 319
	}

Also available in: Unified diff