You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2015/11/28 12:55:02 UTC

svn commit: r1716948 - /poi/trunk/src/java/org/apache/poi/ss/util/SheetUtil.java

Author: onealj
Date: Sat Nov 28 11:55:02 2015
New Revision: 1716948

URL: http://svn.apache.org/viewvc?rev=1716948&view=rev
Log:
javadocs

Modified:
    poi/trunk/src/java/org/apache/poi/ss/util/SheetUtil.java

Modified: poi/trunk/src/java/org/apache/poi/ss/util/SheetUtil.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/util/SheetUtil.java?rev=1716948&r1=1716947&r2=1716948&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/util/SheetUtil.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/util/SheetUtil.java Sat Nov 28 11:55:02 2015
@@ -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) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org