Update of /cvsroot/jrobin/src/org/jrobin/core/jrrd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26216/org/jrobin/core/jrrd
Modified Files:
DataChunk.java
Log Message:
JRobin 2.0
- Additions and related changes
Index: DataChunk.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/core/jrrd/DataChunk.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DataChunk.java 22 Jul 2004 09:34:10 -0000 1.1
--- DataChunk.java 23 Jan 2005 20:31:25 -0000 1.2
***************
*** 38,42 ****
/**
* Returns a summary of the contents of this data chunk. The first column is
! * the time (RRD format) and the following columns are the data source
* values.
*
--- 38,42 ----
/**
* Returns a summary of the contents of this data chunk. The first column is
! * the time (RRD format) and the following cells are the data source
* values.
*
|