Lucio Lelii 2016-10-26 16:30:54 +00:00
parent a7e29acd06
commit 935ccc8af1
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@ public class ContainerInfo extends ClientInfo{
return port;
}
@Override
public String toString() {
return "ContainerInfo [host=" + host + ", port=" + port + "]";
}
}