Revision 30266

View differences:

branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultEditableFeature.java
140 140
	public void setFloat(String name, float value) {
141 141
		FeatureAttributeDescriptor attribute = this.getType()
142 142
		.getAttributeDescriptor(name);
143
		this.set(attribute, Float.valueOf(value));
143
		this.set(attribute, new Float(value));
144 144
	}
145 145

  
146 146
	public void setFloat(int index, float value) {

Also available in: Unified diff