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

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

index 663cc02d2ce6ffe5508594b512352132e2f52451..8d63e9b3602ca33e79da74ba2c3460be535d8309 100644 (file)
@@ -173,7 +173,7 @@ public class SheetUtil {
      * @param style the cell style, which contains text rotation and indention information needed to compute the cell width
      * @param width the minimum best-fit width. This algorithm will only return values greater than or equal to the minimum width.
      * @param str the text contained in the cell
-     * @return
+     * @return the best fit cell width
      */
     private static double getCellWidth(int defaultCharWidth, int colspan,
             CellStyle style, double minWidth, AttributedString str) {