From: Freek D. <mac...@us...> - 2010-01-31 22:23:11
|
Update of /cvsroot/rails/18xx/rails/game/specific/_18EU In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv382/rails/game/specific/_18EU Modified Files: StockRound_18EU.java Log Message: Fix indentation: Java files contain 4 spaces, not tabs Index: StockRound_18EU.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_18EU/StockRound_18EU.java,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** StockRound_18EU.java 22 Jan 2010 21:28:42 -0000 1.34 --- StockRound_18EU.java 31 Jan 2010 22:22:33 -0000 1.35 *************** *** 27,39 **** protected boolean phase5Reached = false; ! /** ! * 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_18EU (GameManagerI aGameManager) { ! super (aGameManager); ! } @Override --- 27,39 ---- protected boolean phase5Reached = false; ! /** ! * 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_18EU (GameManagerI aGameManager) { ! super (aGameManager); ! } @Override *************** *** 532,536 **** if (cert != null) { ! ReportBuffer.add(""); ReportBuffer.add(LocalText.getText("MERGE_MINOR_LOG", currentPlayer.getName(), --- 532,536 ---- if (cert != null) { ! ReportBuffer.add(""); ReportBuffer.add(LocalText.getText("MERGE_MINOR_LOG", currentPlayer.getName(), *************** *** 546,560 **** minor.getName() )); if (major != null) { ! if (action.getReplaceToken()) { ReportBuffer.add(LocalText.getText("ExchangesBaseToken", ! major.getName(), minor.getName(), homeHex.getName())); ! } else { ReportBuffer.add(LocalText.getText("NoBaseTokenExchange", ! major.getName(), ! minor.getName(), ! homeHex.getName())); ! } } cert.moveTo(currentPlayer.getPortfolio()); --- 546,560 ---- minor.getName() )); if (major != null) { ! if (action.getReplaceToken()) { ReportBuffer.add(LocalText.getText("ExchangesBaseToken", ! major.getName(), minor.getName(), homeHex.getName())); ! } else { ReportBuffer.add(LocalText.getText("NoBaseTokenExchange", ! major.getName(), ! minor.getName(), ! homeHex.getName())); ! } } cert.moveTo(currentPlayer.getPortfolio()); *************** *** 562,566 **** checkFlotation(major); } else { ! ReportBuffer.add(""); ReportBuffer.add(LocalText.getText("CLOSE_MINOR_LOG", currentPlayer.getName(), --- 562,566 ---- checkFlotation(major); } else { ! ReportBuffer.add(""); ReportBuffer.add(LocalText.getText("CLOSE_MINOR_LOG", currentPlayer.getName(), |