]> source.dussan.org Git - poi.git/commitdiff
Hrrm, my name went missing here.
authorGlen Stampoultzis <glens@apache.org>
Sat, 9 Mar 2002 12:41:28 +0000 (12:41 +0000)
committerGlen Stampoultzis <glens@apache.org>
Sat, 9 Mar 2002 12:41:28 +0000 (12:41 +0000)
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

index d0254a6a85fbf5a4c976dd87535f68e7cbb16669..69f5bada4df1ee6acdf47a2a9f4cbd9f23d7e66c 100644 (file)
@@ -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