From b7d6bfa980510ef5fbbe6324f13c94fa4017293e Mon Sep 17 00:00:00 2001 From: Jason Height Date: Sun, 23 Jul 2006 06:46:06 +0000 Subject: [PATCH] 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 --- src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.39.5