Revision 34270

View differences:

branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultFeatureType.java
644 644
	public DynField addDynFieldURI(String name) {
645 645
		throw new UnsupportedOperationException();
646 646
	}
647

  
648
    public boolean isExtendable(DynStruct dynStruct) {
649
        return false;
650
    }
647 651
}
branches/v2_0_0_prep/libraries/libFMap_mapcontext/src-test/org/gvsig/fmap/mapcontext/persistence/DummyFileFeatureStore.java
727 727
            return null;
728 728
        }
729 729

  
730
        public boolean isExtendable(DynStruct dynStruct) {
731
            // TODO Auto-generated method stub
732
            return false;
733
        }
734

  
730 735
	}
731 736

  
732 737
	private String name = "[empty]";

Also available in: Unified diff