You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2018/01/01 13:05:31 UTC

svn commit: r1819766 - /poi/trunk/src/java/org/apache/poi/ddf/EscherBoolProperty.java

Author: fanningpj
Date: Mon Jan  1 13:05:31 2018
New Revision: 1819766

URL: http://svn.apache.org/viewvc?rev=1819766&view=rev
Log:
Bug-61947 remove deprecated method

Modified:
    poi/trunk/src/java/org/apache/poi/ddf/EscherBoolProperty.java

Modified: poi/trunk/src/java/org/apache/poi/ddf/EscherBoolProperty.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ddf/EscherBoolProperty.java?rev=1819766&r1=1819765&r2=1819766&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ddf/EscherBoolProperty.java (original)
+++ poi/trunk/src/java/org/apache/poi/ddf/EscherBoolProperty.java Mon Jan  1 13:05:31 2018
@@ -52,19 +52,6 @@ public class EscherBoolProperty
         return getPropertyValue() != 0;
     }
 
-    /**
-     * Whether this boolean property is false
-     * 
-     * @return true, if this boolean property is false
-     * 
-     * @deprecated use !isTrue() instead, planed to be removed in POI 3.17
-     */
-    @Deprecated
-    public boolean isFalse()
-    {
-        return !isTrue();
-    }
-
 //    public String toString()
 //    {
 //        return "propNum: " + getPropertyNumber()



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