Updated TRId
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@100947 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b020997124
commit
de85d38fe8
|
@ -69,7 +69,7 @@ public class TRId implements Serializable {
|
||||||
|
|
||||||
public TRId(String id, TabResourceType tabResourceType, String tableId) {
|
public TRId(String id, TabResourceType tabResourceType, String tableId) {
|
||||||
this.id = id;
|
this.id = id;
|
||||||
tabResourceType=null;
|
this.tabResourceType=tabResourceType;
|
||||||
tableTypeName = null;
|
tableTypeName = null;
|
||||||
this.tableId = tableId;
|
this.tableId = tableId;
|
||||||
tableType = null;
|
tableType = null;
|
||||||
|
|
Loading…
Reference in New Issue