Revision 42293 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/test/java/org/gvsig/fmap/mapcontext/persistence/DummyDBFeatureStore.java

View differences:

DummyDBFeatureStore.java
640 640
        // TODO Auto-generated method stub
641 641
        return null;
642 642
    }
643

  
644
    public EditableFeature createNewFeature(Feature defaultValues) throws DataException {
645
        return null;
646
    }
647

  
648
    public Iterator iterator() {
649
        return null;
650
    }
651
    
643 652
}

Also available in: Unified diff