Author: onealj
Date: Wed Jan  4 07:00:24 2017
New Revision: 1777260

URL: http://svn.apache.org/viewvc?rev=1777260&view=rev
Log:
github-44: reference BuiltinFormats in javadocs for CellStyle.getDataFormat and 
setDataFormat
This closes #44 github pull request from sixinli

Modified:
    poi/trunk/src/java/org/apache/poi/ss/usermodel/CellStyle.java

Modified: poi/trunk/src/java/org/apache/poi/ss/usermodel/CellStyle.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/usermodel/CellStyle.java?rev=1777260&r1=1777259&r2=1777260&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/usermodel/CellStyle.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/usermodel/CellStyle.java Wed Jan  4 
07:00:24 2017
@@ -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();



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to