Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84214 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-25 09:50:06 +00:00
parent 7c566446d5
commit 5cb1fd5762
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class TRTasksManager implements Serializable {
protected HashMap<Long, Task> trTasksMap=new HashMap<Long, Task>();
public void add(Task trTask){
trTasksMap.put(trTask.getId().getValue(),trTask);
trTasksMap.put(Long.getLong(trTask.getId().getValue()),trTask);
};
public Task get(Long id){