]> source.dussan.org Git - poi.git/commitdiff
Add TODO for merging CellFormat and DataFormatter
authorNick Burch <nick@apache.org>
Mon, 20 Feb 2012 11:29:58 +0000 (11:29 +0000)
committerNick Burch <nick@apache.org>
Mon, 20 Feb 2012 11:29:58 +0000 (11:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1291206 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/format/CellFormat.java

index 4f9ad1aaa6bd1dbb4a079a22b9c3b7fd9645c9a6..2122c9f6fb18340a8409828d5589212c9b76cc3a 100644 (file)
@@ -18,6 +18,7 @@
 package org.apache.poi.ss.format;
 
 import org.apache.poi.ss.usermodel.Cell;
+import org.apache.poi.ss.usermodel.DataFormatter;
 
 import javax.swing.*;
 import java.util.ArrayList;
@@ -61,6 +62,9 @@ import java.util.regex.Pattern;
  * In addition to these, there is a general format that is used when no format
  * is specified.  This formatting is presented by the {@link #GENERAL_FORMAT}
  * object.
+ * 
+ * TODO Merge this with {@link DataFormatter} so we only have one set of
+ * code for formatting numbers.
  *
  * @author Ken Arnold, Industrious Media LLC
  */