Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84793 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
23f62d7df3
commit
bdbec7b520
|
@ -71,7 +71,7 @@ private static final long serialVersionUID = -5998841163159590481L;
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "SDMXImportMonitor [progress=" + progress + ", status=" + status
|
||||
return "CSVImportMonitor [progress=" + progress + ", status=" + status
|
||||
+ ", statusDescription=" + statusDescription + ", error="
|
||||
+ error + ", trId=" + trId + "]";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue