Revision 2324 org.gvsig.cvsgis/trunk/org.gvsig.cvsgis/org.gvsig.cvsgis.lib/org.gvsig.cvsgis.lib.impl/src/main/java/org/gvsig/cvsgis/impl/localdb/tables/AbstractTable.java

View differences:

AbstractTable.java
50 50
            this.repository = repository;
51 51
            this.tableName = tableName;
52 52
            this.codeName = codeName;
53
            this.setFeature(feature);
54
        }
55
        
56
        public final void setFeature(Feature feature) {
53 57
            if (feature == null) {
54 58
                feature = create_feature();
55 59
            } else {

Also available in: Unified diff