Browse Source

bug 59170: remove deprecated o.a.p.hwpf.usermodel.ListEntry constructor and method

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748787 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_15_BETA2
Javen O'Neal 8 years ago
parent
commit
82745c3c7f
1 changed files with 0 additions and 13 deletions
  1. 0
    13
      src/scratchpad/src/org/apache/poi/hwpf/usermodel/ListEntry.java

+ 0
- 13
src/scratchpad/src/org/apache/poi/hwpf/usermodel/ListEntry.java View File

@@ -17,7 +17,6 @@

package org.apache.poi.hwpf.usermodel;

import org.apache.poi.hwpf.model.ListTables;
import org.apache.poi.hwpf.model.PAPX;
import org.apache.poi.util.Internal;

@@ -28,16 +27,4 @@ public final class ListEntry extends Paragraph
{
super( papx, properties, parent );
}

@Deprecated
ListEntry( PAPX papx, Range parent, ListTables tables )
{
super( papx, parent );
}

@Deprecated
public int type()
{
return TYPE_LISTENTRY;
}
}

Loading…
Cancel
Save