CrossJeeves Works!

This commit is contained in:
Flare Microsystems
2024-11-13 20:05:59 -08:00
parent f768ec0aa5
commit fd13c3d046
34 changed files with 399 additions and 103 deletions

View File

@@ -11,4 +11,9 @@ public class AgentInfo {
this.addr = addr;
this.port = port;
}
public String toString()
{
return addr.toString() + " " + port;
}
}