From: Javen O'Neal Date: Tue, 20 Jun 2017 09:52:43 +0000 (+0000) Subject: javadoc X-Git-Tag: REL_3_17_BETA1~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=74528521a2a2abed5b0d04f98c7a881dc6618e0d;p=poi.git javadoc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799332 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/ss/util/CellReference.java b/src/java/org/apache/poi/ss/util/CellReference.java index 6c36d942ba..7078429032 100644 --- a/src/java/org/apache/poi/ss/util/CellReference.java +++ b/src/java/org/apache/poi/ss/util/CellReference.java @@ -449,7 +449,7 @@ public class CellReference { /** * Takes in a 0-based base-10 column and returns a ALPHA-26 * representation. - * eg column #3 -> D + * eg {@code convertNumToColString(3)} returns {@code "D"} */ public static String convertNumToColString(int col) { // Excel counts column A as the 1st column, we