javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e25f69814c
commit
e117107313
@ -537,6 +537,7 @@ public final class Countif extends Fixed2ArgFunction {
|
|||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Boolean literals ('TRUE', 'FALSE') treated similarly but NOT same as numbers.
|
* Boolean literals ('TRUE', 'FALSE') treated similarly but NOT same as numbers.
|
||||||
|
* @return <code>null</code> to represent blank values
|
||||||
*/
|
*/
|
||||||
/* package */ static Boolean parseBoolean(String strRep) {
|
/* package */ static Boolean parseBoolean(String strRep) {
|
||||||
if (strRep.length() < 1) {
|
if (strRep.length() < 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user