Re: Two City classes?
"Brian Duff" <[email protected]> Sun, 11 Nov 2001 19:39:58 -0000
| Newsgroups | gmane.games.freeciv.java |
|---|---|
| Message-ID | <[email protected]> |
OK, I've tidied this up a bit... Several obsolete classes in org.freeciv.client and org.freeciv.tile have been removed (see today's commit log at http://balveda.dubh.org/build/jfreeciv/commitlog.txt for details). Let me know if there are any problems. Thanks, Brian -----Original Message----- From: freeciv-java-bounce-0/[email protected] [mailto:freeciv-java-bounce-0/[email protected]]On Behalf Of Brian Duff Sent: 11 November 2001 00:50 To: James R; freeciv-java-0/[email protected] Subject: [FreeCiv-Java] Re: Two City classes? Hi, There are a number of old implementations in the client package. I've been meaning to spring clean them for some time now. Basically, if there is a class representing something in org.freeciv.common, it's usually the right one. I may have some time tommorrow to tidy this up a bit. Brian -----Original Message----- From: freeciv-java-bounce-0/[email protected] [mailto:freeciv-java-bounce-0/[email protected]]On Behalf Of James R Sent: 10 November 2001 17:34 To: freeciv-java-0/[email protected] Subject: [FreeCiv-Java] Two City classes? Hello, there are 2 City classes, org.freeciv.common.City and org.freeciv.client.City. What are they for? Why are there two? Thanks.