Revision 23088 branches/v2_0_0_prep/libraries/libFMap_dataFile/src/org/gvsig/fmap/data/feature/file/dbf/DBFFeature.java

View differences:

DBFFeature.java
44 44

  
45 45
	}
46 46

  
47
	protected void load() throws ReadException{
47
	private void load() throws ReadException{
48 48
		Iterator iterator=featureType.iterator();
49 49
		this.loading();
50 50
		while (iterator.hasNext()) {

Also available in: Unified diff