Bug-61947 remove deprecated method

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2018-01-01 13:05:31 +00:00
parent 272e33e4a8
commit d10ec59751

View 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()