From: Freek D. <mac...@us...> - 2010-01-31 22:23:09
|
Update of /cvsroot/rails/18xx/rails/game/specific/_1835 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv382/rails/game/specific/_1835 Modified Files: StockRound_1835.java Log Message: Fix indentation: Java files contain 4 spaces, not tabs Index: StockRound_1835.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_1835/StockRound_1835.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** StockRound_1835.java 15 Jan 2009 20:53:28 -0000 1.4 --- StockRound_1835.java 31 Jan 2010 22:22:30 -0000 1.5 *************** *** 10,22 **** public class StockRound_1835 extends StockRound { ! /** ! * Constructor with the GameManager, will call super class (StockRound's) Constructor to initialize ! * ! * @param aGameManager The GameManager Object needed to initialize the Stock Round ! * ! */ ! public StockRound_1835 (GameManagerI aGameManager) { ! super (aGameManager); ! } /** --- 10,22 ---- public class StockRound_1835 extends StockRound { ! /** ! * Constructor with the GameManager, will call super class (StockRound's) Constructor to initialize ! * ! * @param aGameManager The GameManager Object needed to initialize the Stock Round ! * ! */ ! public StockRound_1835 (GameManagerI aGameManager) { ! super (aGameManager); ! } /** |