From: Jason Height Date: Sun, 23 Jul 2006 06:46:06 +0000 (+0000) Subject: Bug 26916: Corrected javadoc to indicate ArrayIndexOutOfBounds may be thrown. X-Git-Tag: REL_3_0_ALPHA3~67 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b7d6bfa980510ef5fbbe6324f13c94fa4017293e;p=poi.git Bug 26916: Corrected javadoc to indicate ArrayIndexOutOfBounds may be thrown. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@424685 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java b/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java index 15362bbfdd..b4de075bea 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java @@ -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 )