Add TODO for merging CellFormat and DataFormatter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1291206 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
52e8997b18
commit
4671de5673
@ -18,6 +18,7 @@
|
|||||||
package org.apache.poi.ss.format;
|
package org.apache.poi.ss.format;
|
||||||
|
|
||||||
import org.apache.poi.ss.usermodel.Cell;
|
import org.apache.poi.ss.usermodel.Cell;
|
||||||
|
import org.apache.poi.ss.usermodel.DataFormatter;
|
||||||
|
|
||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
@ -62,6 +63,9 @@ import java.util.regex.Pattern;
|
|||||||
* is specified. This formatting is presented by the {@link #GENERAL_FORMAT}
|
* is specified. This formatting is presented by the {@link #GENERAL_FORMAT}
|
||||||
* object.
|
* object.
|
||||||
*
|
*
|
||||||
|
* TODO Merge this with {@link DataFormatter} so we only have one set of
|
||||||
|
* code for formatting numbers.
|
||||||
|
*
|
||||||
* @author Ken Arnold, Industrious Media LLC
|
* @author Ken Arnold, Industrious Media LLC
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings({"Singleton"})
|
@SuppressWarnings({"Singleton"})
|
||||||
|
Loading…
Reference in New Issue
Block a user