From: PJ Fanning Date: Tue, 22 Feb 2022 18:12:51 +0000 (+0000) Subject: remove unused param X-Git-Tag: REL_5_2_1~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d5c13ec43c2f4145e11da69f6841053c62a355c1;p=poi.git remove unused param git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898325 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTable.java b/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTable.java index 00247afc92..f04c297a1c 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTable.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTable.java @@ -55,7 +55,6 @@ public class XWPFTable implements IBodyElement, ISDTContents { public static final String REGEX_PERCENTAGE = "[0-9]+(\\.[0-9]+)?%"; public static final String DEFAULT_PERCENTAGE_WIDTH = "100%"; - static final String NS_OOXML_WP_MAIN = "http://schemas.openxmlformats.org/wordprocessingml/2006/main"; public static final String REGEX_WIDTH_VALUE = "auto|[0-9]+|" + REGEX_PERCENTAGE; // Create a map from this XWPF-level enum to the STBorder.Enum values