Revision 44505 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/DefaultFeatureAttributeDescriptor.java

View differences:

DefaultFeatureAttributeDescriptor.java
1406 1406
        if( this.precision != old.precision ) {
1407 1407
            return false;
1408 1408
        }
1409
        if( this.primaryKey != old.primaryKey ) {
1410
            return false;
1411
        }
1409
//        if( this.primaryKey != old.primaryKey ) {
1410
//            return false;
1411
//        }
1412 1412
        if( this.geomType != old.geomType ) {
1413 1413
            return false;
1414 1414
        }

Also available in: Unified diff