Code for serializing/deserializing - not done with the lookupClient code yet....not sure how to do this exactly
Thanks a ton.
John de Michele
Rancher
Joined: Mar 09, 2009
Posts: 600
posted
0
Lori,
Welcome to JavaRanch!
It looks like you're using JUnit, and IIRC, JUnit tests are required to have a void return value. You may want to just use a normal Java class, so your methods can return ArrayList<Client> values.
John.
Lori Gardner-Wilson
Greenhorn
Joined: Jun 03, 2009
Posts: 11
posted
0
Thanks I will try that.
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 25057
posted
0
And if you are using Eclipse, get rid of those default "return null;"s