Update of /cvsroot/rails/18xx/rails/game/special
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17078/rails/game/special
Modified Files:
SellBonusToken.java
Log Message:
Minor cleanup
Index: SellBonusToken.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/special/SellBonusToken.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SellBonusToken.java 31 Oct 2009 17:08:26 -0000 1.2
--- SellBonusToken.java 26 Dec 2009 13:53:01 -0000 1.3
***************
*** 13,17 ****
private String locationCodes = null;
private List<MapHex> locations = null;
- //private PublicCompanyI seller = null;
private State seller = null;
private String name;
--- 13,16 ----
|