aboutsummaryrefslogtreecommitdiffstats
path: root/src/contrib
diff options
context:
space:
mode:
authorRainer Klute <klute@apache.org>2003-12-06 11:01:19 +0000
committerRainer Klute <klute@apache.org>2003-12-06 11:01:19 +0000
commit0847bedae85b34b89eb858b1f69067c313b17ca9 (patch)
treeeae125e238ea61e7d89fd12d086971180b463df4 /src/contrib
parent922de80904dd86200eec0c0f994d7c66e146c0f7 (diff)
downloadpoi-0847bedae85b34b89eb858b1f69067c313b17ca9.tar.gz
poi-0847bedae85b34b89eb858b1f69067c313b17ca9.zip
More Javadoc issues fixed. "ant javadoc" now runs without any complaints. However, this does not mean the the documentation is fine. Please check your documentation!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/contrib')
-rw-r--r--src/contrib/src/org/apache/poi/hssf/contrib/view/SVTableUtils.java4
1 files changed, 0 insertions, 4 deletions
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 a5259910a4..d17acc4507 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
@@ -79,10 +79,6 @@ public class SVTableUtils {
/**
* Creates a new font for a specific cell style
- *
- * @param wb Description of the Parameter
- * @param style Description of the Parameter
- * @return Description of the Return Value
*/
public static Font makeFont(HSSFFont font) {
boolean isbold = font.getBoldweight() > HSSFFont.BOLDWEIGHT_NORMAL;