From 48e733d9f2ea1c8d9222e54e34e962e913720193 Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Sat, 28 Nov 2015 11:55:02 +0000 Subject: [PATCH] javadocs 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/poi/ss/util/SheetUtil.java b/src/java/org/apache/poi/ss/util/SheetUtil.java index 663cc02d2c..8d63e9b360 100644 --- a/src/java/org/apache/poi/ss/util/SheetUtil.java +++ b/src/java/org/apache/poi/ss/util/SheetUtil.java @@ -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) { -- 2.39.5