Revision 25789 branches/v2_0_0_prep/libraries/libFMap_dalfile/src/org/gvsig/fmap/dal/store/dbf/DBFFeatureData.java

View differences:

DBFFeatureData.java
18 18
	}
19 19

  
20 20
	protected void load() {
21
		if (loading) {
21
		if (loading || this.isNew()) {
22 22
			return;
23 23
		}
24 24
		loading = true;

Also available in: Unified diff