From: Erik V. <ev...@us...> - 2010-02-06 23:45:17
|
Update of /cvsroot/rails/18xx/rails/game/action In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8890/rails/game/action Modified Files: UseSpecialProperty.java Log Message: Added comment Index: UseSpecialProperty.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/action/UseSpecialProperty.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** UseSpecialProperty.java 31 Oct 2009 17:08:27 -0000 1.5 --- UseSpecialProperty.java 6 Feb 2010 23:45:04 -0000 1.6 *************** *** 13,16 **** --- 13,18 ---- /** + * This class can only be used to offer a Special Property to the UI that does + * NOT need any return parameters. Example: the M&H/NYC swap in 1830. * @author Erik Vos */ |