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:
Giancarlo Panichi 2013-12-06 13:04:51 +00:00
parent 91e3a82df9
commit 0fb986ff44
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}