]> source.dussan.org Git - poi.git/commitdiff
clarify the release
authorAvik Sengupta <avik@apache.org>
Mon, 1 Jul 2002 17:25:06 +0000 (17:25 +0000)
committerAvik Sengupta <avik@apache.org>
Mon, 1 Jul 2002 17:25:06 +0000 (17:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352735 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/xdocs/faq.xml

index 240748a15dbca09c83aca5ef87643fe060b1b709..fb6c674b2ae5761830162085b6d1fcbae3966fb5 100644 (file)
@@ -62,7 +62,7 @@
         <answer>
             Excel stores dates as numbers therefore the only way to determine if a cell is
             actually stored as a date is to look at the formatting. There is a helper method
-            in HSSFDateUtil (since after 1.6.0-dev) that checks for this. 
+            in HSSFDateUtil (since the 1.7.0-dev release) that checks for this. 
             Thanks to Jason Hoffman for providing the solution.
             <source>
 
@@ -79,9 +79,7 @@
                                cellText;
                   }
 
-
-
-            </source>
+           </source>
         </answer>
     </faq>
     <faq>