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
This commit is contained in:
parent
9356b01d88
commit
8f60a2dbd8
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user