From: Sasa M. <sa...@us...> - 2004-11-25 14:26:15
|
Update of /cvsroot/jrobin/src/org/jrobin/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6658/org/jrobin/core Modified Files: FetchData.java Log Message: Fixed javadoc for org.java.data.DataProcessor class. Index: FetchData.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/FetchData.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** FetchData.java 25 Nov 2004 12:14:53 -0000 1.14 --- FetchData.java 25 Nov 2004 14:26:06 -0000 1.15 *************** *** 307,311 **** * @throws RrdException Thrown if the given datasource name cannot be found in fetched data. * @deprecated This method may calculate averages slightly different from values displayed in the ! * corresponding graph. Use {@link org.jrobin.data.DataProcessor DataAnalyzer} class instead. */ public double getAggregate(String dsName, String consolFun) throws RrdException { --- 307,311 ---- * @throws RrdException Thrown if the given datasource name cannot be found in fetched data. * @deprecated This method may calculate averages slightly different from values displayed in the ! * corresponding graph. Use {@link org.jrobin.data.DataProcessor DataProcessor} class instead. */ public double getAggregate(String dsName, String consolFun) throws RrdException { |