CrossJeeves Works!
This commit is contained in:
@@ -11,4 +11,9 @@ public class AgentInfo {
|
||||
this.addr = addr;
|
||||
this.port = port;
|
||||
}
|
||||
|
||||
public String toString()
|
||||
{
|
||||
return addr.toString() + " " + port;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user