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:
parent
7c566446d5
commit
5cb1fd5762
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue