mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
tidy up
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7e3a404e4d
commit
6cbc6694ab
@ -33,8 +33,6 @@ import java.nio.charset.StandardCharsets;
|
||||
import java.util.Iterator;
|
||||
import java.util.PrimitiveIterator;
|
||||
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.apache.poi.logging.PoiLogManager;
|
||||
import org.apache.poi.ss.usermodel.Cell;
|
||||
import org.apache.poi.ss.usermodel.CellStyle;
|
||||
import org.apache.poi.ss.usermodel.CellType;
|
||||
@ -54,7 +52,6 @@ import org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellType;
|
||||
* so that it was renamed to "SheetDataWriter"
|
||||
*/
|
||||
public class SheetDataWriter implements Closeable {
|
||||
private static final Logger LOG = PoiLogManager.getLogger(SheetDataWriter.class);
|
||||
|
||||
private final File _fd;
|
||||
protected final Writer _out;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user