You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/06/17 01:24:38 UTC

svn commit: r1748787 - /poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/ListEntry.java

Author: onealj
Date: Fri Jun 17 01:24:38 2016
New Revision: 1748787

URL: http://svn.apache.org/viewvc?rev=1748787&view=rev
Log:
bug 59170: remove deprecated o.a.p.hwpf.usermodel.ListEntry constructor and method

Modified:
    poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/ListEntry.java

Modified: poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/ListEntry.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/ListEntry.java?rev=1748787&r1=1748786&r2=1748787&view=diff
==============================================================================
--- poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/ListEntry.java (original)
+++ poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/usermodel/ListEntry.java Fri Jun 17 01:24:38 2016
@@ -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 Par
     {
         super( papx, properties, parent );
     }
-
-    @Deprecated
-    ListEntry( PAPX papx, Range parent, ListTables tables )
-    {
-        super( papx, parent );
-    }
-
-    @Deprecated
-    public int type()
-    {
-        return TYPE_LISTENTRY;
-    }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org