Update of /cvsroot/jrobin/src/org/jrobin/mrtg/server
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25602/org/jrobin/mrtg/server
Modified Files:
Server.java
Log Message:
Minor changes
Index: Server.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/mrtg/server/Server.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Server.java 21 Jul 2004 07:10:27 -0000 1.14
--- Server.java 13 Oct 2004 07:18:52 -0000 1.15
***************
*** 292,296 ****
hash.put("badSavesCount", new Integer(rrdWriter.getBadSavesCount()));
hash.put("startDate", startDate);
! hash.put("poolEfficency", new Double(RrdDbPool.getInstance().getPoolEfficency()));
return hash;
}
--- 292,296 ----
hash.put("badSavesCount", new Integer(rrdWriter.getBadSavesCount()));
hash.put("startDate", startDate);
! hash.put("poolEfficency", new Double(RrdDbPool.getInstance().getPoolEfficiency()));
return hash;
}
|