Fixed error in Java AI networking
authorSam Moore <[email protected]>
Fri, 16 Mar 2012 04:06:50 +0000 (12:06 +0800)
committerSam Moore <[email protected]>
Fri, 16 Mar 2012 04:06:50 +0000 (12:06 +0800)
commita46f782eda088f2229c2c3375aad92e4e4d16421
tree549aa6074ee0a8336a86ef32f4a9d37e6263a341
parent8827bb58a733a2adf3e7fe6e174d12bd5c1a0846
Fixed error in Java AI

I was using Vector.remove(Object), but I realised that this doesn't compare
references, it calls the "compareTo" method.

See KillUnit

Java AI is still using Buffered IO and so hasn't been tested with the manager
program yet.
agents/basic_java/Makefile
agents/basic_java/basic.java

UCC git Repository :: git.ucc.asn.au