Update of /cvsroot/rails/18xx/rails/game
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18119/rails/game
Modified Files:
BonusToken.java
Log Message:
Fixed Javadoc
Index: BonusToken.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/BonusToken.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** BonusToken.java 22 Jan 2010 21:22:41 -0000 1.14
--- BonusToken.java 24 Jan 2010 17:13:25 -0000 1.15
***************
*** 11,20 ****
/**
! * A BaseToken object represents a token that a operating public company can
! * place on the map to act as a rail building and train running starting point.
! * <p> The "Base" qualifier is used (more or less) consistently in this
! * rails.game program as it most closely the function of such a token: to act as
! * a base from which a company can operate. Other names used in various games
! * and discussions are "railhead", "station", "garrison", or just "token".
*
* @author Erik Vos
--- 11,18 ----
/**
! * A BonusToken object represents a token that a operating public company can
! * place on the map to gain extra revenue or other privileges.
! * <p>Such tokens are usually not placed in city slots,
! * which are intended for base tokens, but on some unoccupied part of a tile.
*
* @author Erik Vos
|