Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@111448 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-01-22 16:07:59 +00:00
parent c3c93903d7
commit 4e272f8660
1 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@ package org.gcube.portlets.user.td.widgetcommonevent.client.type;
public enum ChangeTableWhy {
TABLEUPDATED,
TABLECURATION;
TABLECURATION,
TABLECLONED;
}