From: Stefan F. <ste...@us...> - 2010-05-24 08:25:01
|
Update of /cvsroot/rails/18xx/rails/algorithms In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv14787/rails/algorithms Modified Files: NetworkGraphBuilder.java Log Message: Bug fix Index: NetworkGraphBuilder.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/algorithms/NetworkGraphBuilder.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** NetworkGraphBuilder.java 24 May 2010 07:49:26 -0000 1.13 --- NetworkGraphBuilder.java 24 May 2010 08:24:53 -0000 1.14 *************** *** 155,159 **** // add graph modifiers ! revenueManager.callGraphModifiers(this); } --- 155,161 ---- // add graph modifiers ! if (revenueManager != null) { ! revenueManager.callGraphModifiers(this); ! } } |