From: Erik V. <ev...@us...> - 2009-01-15 20:53:44
|
Update of /cvsroot/rails/18xx/rails/game/specific/_1856 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14080/rails/game/specific/_1856 Modified Files: StockRound_1856.java Log Message: Fixed code to remove compiler warnings Index: StockRound_1856.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_1856/StockRound_1856.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** StockRound_1856.java 23 Dec 2008 20:00:03 -0000 1.7 --- StockRound_1856.java 15 Jan 2009 20:53:28 -0000 1.8 *************** *** 67,74 **** recipient = oldHolder.getOwner(); // i.e. the Bank comp.addMoneyInEscrow(price); ! ReportBuffer.addWaiting(LocalText.getText("HoldMoneyInEscrow", new String[] { Bank.format(comp.getMoneyInEscrow()), ! comp.getName() ! })); break; } --- 67,73 ---- recipient = oldHolder.getOwner(); // i.e. the Bank comp.addMoneyInEscrow(price); ! ReportBuffer.addWaiting(LocalText.getText("HoldMoneyInEscrow", Bank.format(comp.getMoneyInEscrow()), ! comp.getName() )); break; } |