mirror of https://github.com/apache/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
This commit is contained in:
parent
ff95bf10a4
commit
b7d6bfa980
|
@ -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…
Reference in New Issue