Author: nick
Date: Fri Feb 1 04:13:08 2008
New Revision: 617483
URL: http://svn.apache.org/viewvc?rev=617483&view=rev
Log:
Tweak the javadoc so it's clearer on the overview what the getFormat method does
Modified:
poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java
Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java?rev=617483&r1=617482&r2=617483&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java
(original)
+++ poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java Fri
Feb 1 04:13:08 2008
@@ -205,12 +205,12 @@
}
/**
- * 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;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]