]> source.dussan.org Git - poi.git/commitdiff
Tweak the javadoc so it's clearer on the overview what the getFormat method does
authorNick Burch <nick@apache.org>
Fri, 1 Feb 2008 12:13:08 +0000 (12:13 +0000)
committerNick Burch <nick@apache.org>
Fri, 1 Feb 2008 12:13:08 +0000 (12:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@617483 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java

index 64fbccb8b2e626a24b1fce0f0a230c674cfc53c9..4340c130596a2a6a119b0fccd5554b39d40be11c 100644 (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;