From 8a0ab1b00a2b8d6e6fa9f5f635cdf3b5a3d2a028 Mon Sep 17 00:00:00 2001
From: Glen Stampoultzis <glens@apache.org>
Date: Sat, 9 Mar 2002 12:41:28 +0000
Subject: Hrrm, my name went missing here.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352168 13f79535-47bb-0310-9956-ffa450edef68
---
 src/java/org/apache/poi/hssf/record/ChartFormatRecord.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'src/java')

diff --git a/src/java/org/apache/poi/hssf/record/ChartFormatRecord.java b/src/java/org/apache/poi/hssf/record/ChartFormatRecord.java
index d0254a6a85..69f5bada4d 100644
--- a/src/java/org/apache/poi/hssf/record/ChartFormatRecord.java
+++ b/src/java/org/apache/poi/hssf/record/ChartFormatRecord.java
@@ -62,7 +62,7 @@ import org.apache.poi.util.BitField;
  * Class ChartFormatRecord
  *
  *
- * @author
+ * @author Glen Stampoultzis (glens at apache.org)
  * @version %I%, %G%
  */
 
@@ -86,7 +86,7 @@ public class ChartFormatRecord
     /**
      * 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 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.
      *
-     * @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 data  data of the record (should not contain sid/len)
      * @param offset of the record's data
-- 
cgit v1.2.3