Browse Source

remove unused param

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898325 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_1
PJ Fanning 2 years ago
parent
commit
d5c13ec43c

+ 0
- 1
poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTable.java View File

@@ -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

Loading…
Cancel
Save