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/DummyFileFeatureStore.java

View differences:

DummyFileFeatureStore.java
89 89
    public static class DummyFeatureAttributeDescriptor implements
90 90
            FeatureAttributeDescriptor {
91 91

  
92
        @Override
93
        public Object clone() throws CloneNotSupportedException {
94
            return super.clone();
95
        }
96

  
97
        
92 98
        public boolean allowNull() {
93 99
            // TODO Auto-generated method stub
94 100
            return false;
......
1203 1209

  
1204 1210
    }
1205 1211

  
1206
    public Object invokeDynMethod(String name, DynObject context)
1212
    public Object invokeDynMethod(String name, Object[] args)
1207 1213
            throws DynMethodException {
1208 1214
        // TODO Auto-generated method stub
1209 1215
        return null;
1210 1216
    }
1211 1217

  
1212
    public Object invokeDynMethod(int code, DynObject context)
1218
    public Object invokeDynMethod(int code, Object[] args)
1213 1219
            throws DynMethodException {
1214 1220
        // TODO Auto-generated method stub
1215 1221
        return null;

Also available in: Unified diff