aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Row.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Row.java')
-rw-r--r--src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Row.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Row.java b/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Row.java
index 1c2efd0c35..f63ee010b2 100644
--- a/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Row.java
+++ b/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Row.java
@@ -21,10 +21,6 @@ import java.lang.Iterable;
import java.util.Iterator;
public interface Row extends Iterable<Cell> {
-
- // used for collections
- public final static int INITIAL_CAPACITY = 5;
-
/**
* Use this to create new cells within the row and return it.
* <p>