Revision 42775 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
462 462

  
463 463
    }
464 464

  
465
    public Object invokeDynMethod(String name, DynObject context)
465
    public Object invokeDynMethod(String name, Object[] args)
466 466
            throws DynMethodException {
467 467
        // TODO Auto-generated method stub
468 468
        return null;
469 469
    }
470 470

  
471
    public Object invokeDynMethod(int code, DynObject context)
471
    public Object invokeDynMethod(int code, Object[] args)
472 472
            throws DynMethodException {
473 473
        // TODO Auto-generated method stub
474 474
        return null;

Also available in: Unified diff