From 0dfeb7299693c3c94f5ba1f02e5138635daecc92 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 25 Mar 2014 10:40:15 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@93506 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../gcube/portlets/user/td/widgetcommonevent/shared/TRId.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/TRId.java b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/TRId.java index ec430a2..ed046a8 100644 --- a/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/TRId.java +++ b/src/main/java/org/gcube/portlets/user/td/widgetcommonevent/shared/TRId.java @@ -43,12 +43,14 @@ public class TRId implements Serializable { public TRId(String id) { this.id = id; + this.tabularResourceType=null; this.tableId = null; this.tableType = null; } public TRId(String id, String tableId) { this.id = id; + this.tabularResourceType=null; this.tableId = tableId; this.tableType = null; }