diff options
author | Glen Stampoultzis <glens@apache.org> | 2002-02-12 01:46:39 +0000 |
---|---|---|
committer | Glen Stampoultzis <glens@apache.org> | 2002-02-12 01:46:39 +0000 |
commit | fc64c555f9291f1c5e7a6ad108d3fe78a86f6f46 (patch) | |
tree | 2391c1770182de8c20346ab0eca29ad668e1bf4f | |
parent | 2002d112ecad702c060d233734e6452d84cb8eb8 (diff) | |
download | poi-fc64c555f9291f1c5e7a6ad108d3fe78a86f6f46.tar.gz poi-fc64c555f9291f1c5e7a6ad108d3fe78a86f6f46.zip |
Author tag not valid in method javadoc. Only class javadoc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352091 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/testcases/org/apache/poi/hssf/usermodel/TestCellStyle.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testcases/org/apache/poi/hssf/usermodel/TestCellStyle.java b/src/testcases/org/apache/poi/hssf/usermodel/TestCellStyle.java index 4dfd84107c..20d06b071f 100644 --- a/src/testcases/org/apache/poi/hssf/usermodel/TestCellStyle.java +++ b/src/testcases/org/apache/poi/hssf/usermodel/TestCellStyle.java @@ -91,7 +91,6 @@ public class TestCellStyle * FAILURE: HSSF does not create a sheet or excepts. Filesize does not match the known good. * HSSFSheet last row or first row is incorrect. <P> * - * @author Andrew C. Oliver */ public void testWriteSheetFont() @@ -145,7 +144,6 @@ public class TestCellStyle * FAILURE: HSSF does not create a sheet or excepts. Filesize does not match the known good. * HSSFSheet last row or first row is incorrect. <P> * - * @author Andrew C. Oliver */ public void testWriteSheetStyle() |