From: Hirzel P. <ph...@us...> - 2008-08-07 05:33:47
|
Update of /cvsroot/tcotool/TCO-Tool/src/org/tcotool/standard/report In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26621/src/org/tcotool/standard/report Modified Files: ReportInvestment.java Log Message: Bug fix Index: ReportInvestment.java =================================================================== RCS file: /cvsroot/tcotool/TCO-Tool/src/org/tcotool/standard/report/ReportInvestment.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ReportInvestment.java 15 Jun 2008 18:41:09 -0000 1.7 --- ReportInvestment.java 7 Aug 2008 05:33:56 -0000 1.8 *************** *** 52,56 **** } /** ! * Summarize CostTypes over all services below root. */ private void totalInvestment(TcoObject root) throws java.lang.Throwable { --- 52,56 ---- } /** ! * Summarize CostCause over all services below root. */ private void totalInvestment(TcoObject root) throws java.lang.Throwable { |