From b6d098cbcc433dcc953fb0e5a96d87acd15bb768 Mon Sep 17 00:00:00 2001 From: Glen Stampoultzis Date: Tue, 12 Feb 2002 01:46:39 +0000 Subject: [PATCH] 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 --- src/testcases/org/apache/poi/hssf/usermodel/TestCellStyle.java | 2 -- 1 file changed, 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 4dfd84107..20d06b071 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.

* - * @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.

* - * @author Andrew C. Oliver */ public void testWriteSheetStyle()