Revision 33331 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultFeatureIndex.java

View differences:

DefaultFeatureIndex.java
95 95
		this.featureType = featureType;
96 96
		this.attributeName = attributeName;
97 97
		this.indexName = indexName;
98
		this.dataType = attr.getDataType();
98
		this.dataType = attr.getType();
99 99
		this.indexProvider = indexProvider;
100 100

  
101 101
		attributeNames = new ArrayList();

Also available in: Unified diff