Revision 43362 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
124 124
        this.geometrySubType = Geometry.SUBTYPES.UNKNOWN;
125 125
        this.additionalInfo = null;
126 126
        this.isAutomatic = false;
127
        this.hidden = false;
127 128
    }
128 129

  
129 130
    protected DefaultFeatureAttributeDescriptor(
......
172 173
        this.indexed = other.indexed;
173 174
        this.isIndexAscending = other.isIndexAscending;
174 175
        this.allowIndexDuplicateds = other.allowIndexDuplicateds;
176
        this.hidden = other.hidden;
175 177
    }
176 178
    
177 179
    @Override

Also available in: Unified diff