Revision 28076 branches/v2_0_0_prep/libraries/libFMap_dalfile/src/org/gvsig/fmap/dal/store/dbf/DBFStoreProvider.java

View differences:

DBFStoreProvider.java
656 656
		return null;
657 657
	}
658 658

  
659
	public void loadState(PersistentState state) throws PersistenceException {
659
	public void saveToState(PersistentState state) throws PersistenceException {
660 660
		try {
661 661
			this.init((DBFStoreParameters) this.store.getParameters());
662 662
		} catch (InitializeException e) {

Also available in: Unified diff