]> source.dussan.org Git - poi.git/commitdiff
Bug 26916: Corrected javadoc to indicate ArrayIndexOutOfBounds may be thrown.
authorJason Height <jheight@apache.org>
Sun, 23 Jul 2006 06:46:06 +0000 (06:46 +0000)
committerJason Height <jheight@apache.org>
Sun, 23 Jul 2006 06:46:06 +0000 (06:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@424685 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java

index 15362bbfddb852f56c4a27b0befeaef3fe24f988..b4de075bea783a993042baa9751bca05295a635d 100644 (file)
@@ -277,6 +277,7 @@ public class HSSFDataFormat
      * 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 )