mirror of https://github.com/apache/jclouds.git
Issue 695: Fix in Entity toString
This commit is contained in:
parent
83605b0908
commit
d4c1026d1b
|
@ -153,6 +153,6 @@ public class Entity<T extends Entity<T>> extends Resource<T> {
|
|||
|
||||
@Override
|
||||
public String string() {
|
||||
return super.string()+", name="+name+", tasks="+tasks;
|
||||
return super.string()+", tasks="+tasks;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue