]> source.dussan.org Git - poi.git/commitdiff
Bug-61947 remove deprecated method
authorPJ Fanning <fanningpj@apache.org>
Mon, 1 Jan 2018 13:05:31 +0000 (13:05 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 1 Jan 2018 13:05:31 +0000 (13:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819766 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ddf/EscherBoolProperty.java

index a0f9d33cd59c3d2629b1902dc8d7988172af11d6..ddb2ec3ea05fb1a3bb10ad4f4d896c5b952b1f4b 100644 (file)
@@ -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()