diff options
author | Rainer Klute <klute@apache.org> | 2003-12-04 22:26:01 +0000 |
---|---|---|
committer | Rainer Klute <klute@apache.org> | 2003-12-04 22:26:01 +0000 |
commit | b9f9341f45141f063ba1e549661dc1f69b396164 (patch) | |
tree | 168daa42fcbf90fcee2ea8215e292e425f78903d /src/contrib | |
parent | 752474faa8d5465999dbbafa57b2b1e596cc422b (diff) | |
download | poi-b9f9341f45141f063ba1e549661dc1f69b396164.tar.gz poi-b9f9341f45141f063ba1e549661dc1f69b396164.zip |
Removed some of the Javadoc errors. Fellow developers, please run "ant javadocs" and see what can be improved!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/contrib')
4 files changed, 4 insertions, 4 deletions
diff --git a/src/contrib/src/org/apache/poi/hssf/contrib/view/SVFractionalFormat.java b/src/contrib/src/org/apache/poi/hssf/contrib/view/SVFractionalFormat.java index 47eb588ce0..bfdb23c153 100644 --- a/src/contrib/src/org/apache/poi/hssf/contrib/view/SVFractionalFormat.java +++ b/src/contrib/src/org/apache/poi/hssf/contrib/view/SVFractionalFormat.java @@ -64,7 +64,7 @@ import java.text.*; * excel but then again it is a lossy formating mode anyway * * @author Jason Height - * @created 15 July 2002 + * @since 15 July 2002 */ public class SVFractionalFormat extends Format { private short ONE_DIGIT = 1; diff --git a/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableCellEditor.java b/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableCellEditor.java index 5dbfefa0e4..f8811ae628 100644 --- a/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableCellEditor.java +++ b/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableCellEditor.java @@ -71,7 +71,7 @@ import org.apache.poi.hssf.util.HSSFColor; * nearly completely consists of overridden methods. * * @author Jason Height - * @created 16 July 2002 + * @since 16 July 2002 */ public class SVTableCellEditor extends AbstractCellEditor implements TableCellEditor, ActionListener { private static final Color black = getAWTColor(new HSSFColor.BLACK()); diff --git a/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableUtils.java b/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableUtils.java index deb6403ab2..a5259910a4 100644 --- a/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableUtils.java +++ b/src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableUtils.java @@ -65,7 +65,7 @@ import org.apache.poi.hssf.util.*; * SVTableCell Editor and Renderer helper functions. * * @author Jason Height - * @created 16 July 2002 + * @since 16 July 2002 */ public class SVTableUtils { private final static Hashtable colors = HSSFColor.getIndexHash(); diff --git a/src/contrib/src/org/apache/poi/hssf/usermodel/contrib/HSSFRegionUtil.java b/src/contrib/src/org/apache/poi/hssf/usermodel/contrib/HSSFRegionUtil.java index db9a0ada54..4339a922d0 100644 --- a/src/contrib/src/org/apache/poi/hssf/usermodel/contrib/HSSFRegionUtil.java +++ b/src/contrib/src/org/apache/poi/hssf/usermodel/contrib/HSSFRegionUtil.java @@ -71,7 +71,7 @@ import org.apache.commons.lang.exception.NestableException; * Various utility functions that make working with a region of cells easier. * *@author Eric Pugh epugh@upstate.com - *@created July 29, 2002 + *@since July 29, 2002 */ public class HSSFRegionUtil { |