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
272e33e4a8
commit
d10ec59751
@ -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
Block a user