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:
Giancarlo Panichi 2014-10-24 08:44:38 +00:00
parent b020997124
commit de85d38fe8
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class TRId implements Serializable {
public TRId(String id, TabResourceType tabResourceType, String tableId) {
this.id = id;
tabResourceType=null;
this.tabResourceType=tabResourceType;
tableTypeName = null;
this.tableId = tableId;
tableType = null;