diff options
author | Javen O'Neal <onealj@apache.org> | 2015-11-25 11:52:25 +0000 |
---|---|---|
committer | Javen O'Neal <onealj@apache.org> | 2015-11-25 11:52:25 +0000 |
commit | effe60c6af3218a578b99479aea4d78f12e60a6e (patch) | |
tree | 52ba734ca7fe0a848d73e2b0a0d2694a90a9dc1f | |
parent | 3f3e519628dd5e3fa915f252f283fef58b19443e (diff) | |
download | poi-effe60c6af3218a578b99479aea4d78f12e60a6e.tar.gz poi-effe60c6af3218a578b99479aea4d78f12e60a6e.zip |
javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716365 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/java/org/apache/poi/ss/util/SheetUtil.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/poi/ss/util/SheetUtil.java b/src/java/org/apache/poi/ss/util/SheetUtil.java index 9a258d35bf..184c3a5c1f 100644 --- a/src/java/org/apache/poi/ss/util/SheetUtil.java +++ b/src/java/org/apache/poi/ss/util/SheetUtil.java @@ -226,10 +226,10 @@ public class SheetUtil { } /** - * Get default character width + * Get default character width using the Workbook's default font * * @param wb the workbook to get the default character width from - * @return default character width + * @return default character width in pixels */ private static int getDefaultCharWidth(final Workbook wb) { Font defaultFont = wb.getFontAt((short) 0); |