Revision 44587 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
401 401
        super.copyFrom(other);
402 402
        if (other instanceof EditableFeatureType) {
403 403
            DefaultEditableFeatureType other2 = (DefaultEditableFeatureType) other;
404
            this.hasStrongChanges = other2.hasStrongChanges;
404
            this.hasStrongChanges = other2.hasStrongChanges();
405 405
            this.source = (DefaultFeatureType) other2.getSource();
406 406
        } else {
407 407
            this.hasStrongChanges = false;

Also available in: Unified diff