Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@93600 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-26 17:32:17 +00:00
parent 48704e392e
commit 8880706aa4
1 changed files with 2 additions and 1 deletions

View File

@ -18,5 +18,6 @@ public enum ChangeTableRequestType {
DELETEROWS,
CLONETABULARRESOURCE,
DUPLICATES,
TEMPLATEAPPLY;
TEMPLATEAPPLY,
COLUMNREPLACE;
}