delete supported for all
This commit is contained in:
parent
d56c0371da
commit
d9293624a9
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public abstract class SimpleObjectMapStore<T extends SpcexObjectBase> implements
|
|||
public abstract String[] getFields();
|
||||
|
||||
public boolean deleteIsSupported() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue