Author: jheight
Date: Sat Jul 22 23:46:06 2006
New Revision: 424685

URL: http://svn.apache.org/viewvc?rev=424685&view=rev
Log:
Bug 26916: Corrected javadoc to indicate ArrayIndexOutOfBounds may be thrown.

Modified:
    jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java

Modified: 
jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java
URL: 
http://svn.apache.org/viewvc/jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java?rev=424685&r1=424684&r2=424685&view=diff
==============================================================================
--- 
jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java 
(original)
+++ 
jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java 
Sat Jul 22 23:46:06 2006
@@ -277,6 +277,7 @@
      * get the format string that matches the given format index
      * @param index of a built in format
      * @return string represented at index of format or null if there is not a 
builtin format at that index
+     * @throws ArrayOutOfBoundsException when the index exceeds the number of 
builtin formats.
      */
 
     public static String getBuiltinFormat( short index )



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Reply via email to