Revision 35115 branches/dal_time_support/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/attributegetter/SecondToRelativeInstantFeatureAttributeGetter.java

View differences:

SecondToRelativeInstantFeatureAttributeGetter.java
36 36
        
37 37
    public SecondToRelativeInstantFeatureAttributeGetter() {
38 38
        super();
39
        this.dataType = DATA_TYPES_MANAGER.get(DataTypes.RELATIVEINSTANT);
39
        this.dataType = DATA_TYPES_MANAGER.get(DataTypes.INSTANT);
40 40
    }
41 41

  
42 42
    public Object getter(Object sourceAttributeValue) {

Also available in: Unified diff