]> source.dussan.org Git - poi.git/commitdiff
Javadoc tweak
authorNick Burch <nick@apache.org>
Mon, 24 Aug 2015 17:55:57 +0000 (17:55 +0000)
committerNick Burch <nick@apache.org>
Mon, 24 Aug 2015 17:55:57 +0000 (17:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697462 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java

index b3587fc4a080c4a241ae0592de42f1acf04f6516..7bb2fd6db465a239883c0d795ff004a7fd49849a 100644 (file)
@@ -615,7 +615,7 @@ public class XSSFCellStyle implements CellStyle {
     /**
      * Get the index within the StylesTable (sequence within the collection of CTXf elements)
      *
-     * @return unique index number of the underlying record this style represents
+     * @return unique index number of the underlying record this style represents, as a short (may wrap)
      */
     @Override
     public short getIndex() {
@@ -627,7 +627,7 @@ public class XSSFCellStyle implements CellStyle {
      * the main getIndex() and others would return int, not short, but that would affect some
      * public APIs
      *
-     * @return
+     * @return unique index number of the underlying record this style represents, as an int (always positive)
      */
     protected int getUIndex() {
         return this._cellXfId;