diff options
Diffstat (limited to 'src/java/org/apache/poi/hssf/usermodel/HSSFFont.java')
-rw-r--r-- | src/java/org/apache/poi/hssf/usermodel/HSSFFont.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFFont.java b/src/java/org/apache/poi/hssf/usermodel/HSSFFont.java index 8a269543d9..016c0d42f1 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFFont.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFFont.java @@ -165,7 +165,7 @@ public class HSSFFont /** * set the name for the font (i.e. Arial) - * @param String representing the name of the font to use + * @param name the name of the font to use * @see #FONT_ARIAL */ @@ -245,7 +245,7 @@ public class HSSFFont /** * set whether to use italics or not - * @param italics or not + * @param italic use italics or not */ public void setItalic(boolean italic) @@ -359,7 +359,7 @@ public class HSSFFont /** * set type of text underlining to use - * @param underlining type + * @param underline the underlining type to use * @see #U_NONE * @see #U_SINGLE * @see #U_DOUBLE |