Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@86672 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
91e3a82df9
commit
0fb986ff44
|
@ -50,7 +50,7 @@ public class TRId implements Serializable {
|
|||
public TRId(String id, String tableId, String tableType) {
|
||||
this.id = id;
|
||||
this.tableId = tableId;
|
||||
this.tableType = null;
|
||||
this.tableType = tableType;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue