Hrrm, my name went missing here.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352168 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2002-03-09 12:41:28 +00:00
parent 38515b9fc9
commit 8a0ab1b00a
1 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ import org.apache.poi.util.BitField;
* Class ChartFormatRecord * Class ChartFormatRecord
* *
* *
* @author * @author Glen Stampoultzis (glens at apache.org)
* @version %I%, %G% * @version %I%, %G%
*/ */
@ -86,7 +86,7 @@ public class ChartFormatRecord
/** /**
* Constructs a ChartFormatRecord record and sets its fields appropriately. * Constructs a ChartFormatRecord record and sets its fields appropriately.
* *
* @param short id must equal the sid or an exception will be throw upon validation * @param id id must equal the sid or an exception will be throw upon validation
* @param size the size of the data area of the record * @param size the size of the data area of the record
* @param data data of the record (should not contain sid/len) * @param data data of the record (should not contain sid/len)
*/ */
@ -99,7 +99,7 @@ public class ChartFormatRecord
/** /**
* Constructs a ChartFormatRecord record and sets its fields appropriately. * Constructs a ChartFormatRecord record and sets its fields appropriately.
* *
* @param short id must equal the sid or an exception will be throw upon validation * @param id id must equal the sid or an exception will be throw upon validation
* @param size the size of the data area of the record * @param size the size of the data area of the record
* @param data data of the record (should not contain sid/len) * @param data data of the record (should not contain sid/len)
* @param offset of the record's data * @param offset of the record's data