Revision 44190 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/DefaultEditableFeatureAttributeDescriptor.java

View differences:

DefaultEditableFeatureAttributeDescriptor.java
69 69
        hasStrongChanges = false;
70 70
    }
71 71

  
72
    public DefaultEditableFeatureAttributeDescriptor(FeatureType type) {
72
    public DefaultEditableFeatureAttributeDescriptor(FeatureType type, boolean strongChanges) {
73 73
        super(type);
74 74
        this.source = null;
75
        hasStrongChanges = false;
75
        hasStrongChanges = strongChanges;
76 76
    }
77 77

  
78 78
    public DefaultFeatureAttributeDescriptor getSource() {

Also available in: Unified diff