git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/authorization-common-library@133609 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a7e29acd06
commit
935ccc8af1
|
@ -45,6 +45,11 @@ public class ContainerInfo extends ClientInfo{
|
|||
return port;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "ContainerInfo [host=" + host + ", port=" + port + "]";
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue