Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@93459 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-21 17:26:13 +00:00
parent f299cd25ca
commit 739581bdb1
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class OperationMonitor implements Serializable {
@Override
public String toString() {
return "ChangeColumnTypeMonitor [progress=" + progress + ", status="
return "Monitor [progress=" + progress + ", status="
+ status + ", statusDescription=" + statusDescription
+ ", error=" + error + ", trId=" + trId + ", columnName="
+ columnName + "]";