Update of /cvsroot/jrobin/src/org/jrobin/data
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv894/src/org/jrobin/data
Modified Files:
Aggregates.java
Log Message:
typo
Index: Aggregates.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/data/Aggregates.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Aggregates.java 21 Dec 2006 18:02:42 -0000 1.3
--- Aggregates.java 28 Aug 2007 15:01:59 -0000 1.4
***************
*** 103,107 ****
* Returns single aggregated value for the give consolidation function
*
! * @param consolFun Consolidation function: MIN, MAX, FIRST, LAST, AVERAGE, TOTAL. These constanst
* are conveniently defined in the {@link org.jrobin.core.ConsolFuns ConsolFuns} interface.
* @return Aggregated value
--- 103,107 ----
* Returns single aggregated value for the give consolidation function
*
! * @param consolFun Consolidation function: MIN, MAX, FIRST, LAST, AVERAGE, TOTAL. These constants
* are conveniently defined in the {@link org.jrobin.core.ConsolFuns ConsolFuns} interface.
* @return Aggregated value
|