Revision 39405 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src-test/org/gvsig/fmap/mapcontext/persistence/DummyDBFeatureStore.java

View differences:

DummyDBFeatureStore.java
591 591
        return null;
592 592
    }
593 593
    
594
    public Object clone() {
595
    	return null;
594
    /* (non-Javadoc)
595
     * @see java.lang.Object#clone()
596
     */
597
    public Object clone() throws CloneNotSupportedException {
598
        // TODO Auto-generated method stub
599
        return super.clone();
596 600
    }
597 601
}

Also available in: Unified diff