]> source.dussan.org Git - poi.git/commitdiff
github-44: reference BuiltinFormats in javadocs for CellStyle.getDataFormat and setDa...
authorJaven O'Neal <onealj@apache.org>
Wed, 4 Jan 2017 07:00:24 +0000 (07:00 +0000)
committerJaven O'Neal <onealj@apache.org>
Wed, 4 Jan 2017 07:00:24 +0000 (07:00 +0000)
This closes #44 github pull request from sixinli

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777260 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/usermodel/CellStyle.java

index d16619c4d852d0154f5f4bcdcd0a040370bbf46c..80ce6e8c97cfbb6d267e90083d9b4905aa7407fb 100644 (file)
@@ -338,14 +338,14 @@ public interface CellStyle {
     short getIndex();
 
     /**
-     * set the data format (must be a valid format)
+     * set the data format (must be a valid format). Built in formats are defined at {@link BuiltinFormats}.
      * @see DataFormat
      */
 
     void setDataFormat(short fmt);
 
     /**
-     * get the index of the format
+     * get the index of the data format. Built in formats are defined at {@link BuiltinFormats}.
      * @see DataFormat
      */
     short getDataFormat();