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:
parent
f299cd25ca
commit
739581bdb1
|
@ -81,7 +81,7 @@ public class OperationMonitor implements Serializable {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "ChangeColumnTypeMonitor [progress=" + progress + ", status="
|
return "Monitor [progress=" + progress + ", status="
|
||||||
+ status + ", statusDescription=" + statusDescription
|
+ status + ", statusDescription=" + statusDescription
|
||||||
+ ", error=" + error + ", trId=" + trId + ", columnName="
|
+ ", error=" + error + ", trId=" + trId + ", columnName="
|
||||||
+ columnName + "]";
|
+ columnName + "]";
|
||||||
|
|
Loading…
Reference in New Issue