]> source.dussan.org Git - poi.git/commitdiff
javadocs
authorJaven O'Neal <onealj@apache.org>
Wed, 25 Nov 2015 11:52:25 +0000 (11:52 +0000)
committerJaven O'Neal <onealj@apache.org>
Wed, 25 Nov 2015 11:52:25 +0000 (11:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716365 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/util/SheetUtil.java

index 9a258d35bfd291c245c5d419f32cf31a53758da1..184c3a5c1faf640bf63882f78a7ea72345fedef6 100644 (file)
@@ -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);