mirror of https://github.com/apache/poi.git
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:
parent
8e1ffb56f8
commit
a3ddc94776
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue