Minor Updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@91876 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8ab1e4444f
commit
079f77999c
|
@ -2,13 +2,17 @@ package org.gcube.portlets.user.td.widgetcommonevent.shared.expression;
|
|||
|
||||
import java.io.Serializable;
|
||||
|
||||
public class C_Expression implements Serializable{
|
||||
public class C_Expression implements Serializable {
|
||||
|
||||
|
||||
private static final long serialVersionUID = 7818512507606450235L;
|
||||
|
||||
protected String id="Expression";
|
||||
|
||||
public C_Expression(){
|
||||
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue