Revision 39405

View differences:

branches/v2_0_0_prep/libraries/libFMap_mapcontext/src-test/org/gvsig/fmap/mapcontext/persistence/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
}
branches/v2_0_0_prep/libraries/libFMap_mapcontext/src-test/org/gvsig/fmap/mapcontext/persistence/DummyFileFeatureStore.java
1323 1323
        return null;
1324 1324
    }
1325 1325
    
1326
    public Object clone() {
1327
    	return null;
1326
    public Object clone() throws CloneNotSupportedException {
1327
        // TODO Auto-generated method stub
1328
        return super.clone();
1328 1329
    }
1329

  
1330 1330
}

Also available in: Unified diff