mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc025d9365
commit
c871bb7b9f
@ -17,8 +17,6 @@
|
||||
|
||||
package org.apache.poi.xssf.binary;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.apache.poi.ooxml.POIXMLRelation;
|
||||
import org.apache.poi.openxml4j.opc.PackageRelationshipTypes;
|
||||
import org.apache.poi.util.Internal;
|
||||
@ -34,7 +32,6 @@ import org.apache.poi.xssf.usermodel.XSSFRelation;
|
||||
*/
|
||||
@Internal
|
||||
public class XSSFBRelation extends POIXMLRelation {
|
||||
private static final Logger LOGGER = LogManager.getLogger(XSSFBRelation.class);
|
||||
|
||||
static final XSSFBRelation SHARED_STRINGS_BINARY = new XSSFBRelation(
|
||||
"application/vnd.ms-excel.sharedStrings",
|
||||
|
||||
@ -17,8 +17,6 @@
|
||||
|
||||
package org.apache.poi.xssf.streaming;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.apache.poi.common.usermodel.HyperlinkType;
|
||||
import org.apache.poi.ss.usermodel.ClientAnchor;
|
||||
import org.apache.poi.ss.usermodel.CreationHelper;
|
||||
@ -37,7 +35,6 @@ import org.apache.poi.xssf.usermodel.XSSFRichTextString;
|
||||
* regular XSSF Workbook
|
||||
*/
|
||||
public class SXSSFCreationHelper implements CreationHelper {
|
||||
private static final Logger LOG = LogManager.getLogger(SXSSFCreationHelper.class);
|
||||
|
||||
private final SXSSFWorkbook wb;
|
||||
private final XSSFCreationHelper helper;
|
||||
|
||||
@ -25,17 +25,12 @@ import java.util.Objects;
|
||||
import java.util.function.Predicate;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
|
||||
/**
|
||||
* Class POIFSDocumentPath
|
||||
*/
|
||||
|
||||
public class POIFSDocumentPath {
|
||||
|
||||
private static final Logger LOGGER = LogManager.getLogger(POIFSDocumentPath.class);
|
||||
|
||||
private final String[] components;
|
||||
private int hashcode; //lazy-compute hashCode
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user