Tweak the javadoc so it's clearer on the overview what the getFormat method does

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@617483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2008-02-01 12:13:08 +00:00
parent 21b5c6d8cd
commit 46d6231413
1 changed files with 3 additions and 3 deletions

View File

@ -205,12 +205,12 @@ public class HSSFDataFormat
}
/**
* get the format index that matches the given format string.
* Creates a new format if one is not found. Aliases text to the proper format.
* Get the format index that matches the given format
* string, creating a new format entry if required.
* Aliases text to the proper format as required.
* @param format string matching a built in format
* @return index of format.
*/
public short getFormat( String format )
{
ListIterator i;