Revision 45154 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/DefaultEditableFeatureType.java

View differences:

DefaultEditableFeatureType.java
25 25
import java.text.MessageFormat;
26 26

  
27 27
import java.util.Iterator;
28
import javax.json.JsonObject;
28 29

  
29 30
import org.gvsig.fmap.dal.DataTypes;
30 31
import org.gvsig.fmap.dal.exception.DataListException;
......
439 440
            this.source = (DefaultFeatureType) other;
440 441
        }
441 442
    }
442

  
443
    
444
    public void copyFrom(JsonObject json) {
445
    
446
    }
443 447
}

Also available in: Unified diff