aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2015-11-24 08:50:53 +0000
committerJaven O'Neal <onealj@apache.org>2015-11-24 08:50:53 +0000
commitfc4b3fc08f2a9264883f4ea1751186495e1cb370 (patch)
treedaecbe4c249a9ddce8dac9c649d11c4e917c5b19 /src
parentaa435add27e8f91c47923d52661db0878ea908d8 (diff)
downloadpoi-fc4b3fc08f2a9264883f4ea1751186495e1cb370.tar.gz
poi-fc4b3fc08f2a9264883f4ea1751186495e1cb370.zip
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/java/org/apache/poi/ss/formula/functions/Countif.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/ss/formula/functions/Countif.java b/src/java/org/apache/poi/ss/formula/functions/Countif.java
index dbe320d4af..f2a7ebe3ac 100644
--- a/src/java/org/apache/poi/ss/formula/functions/Countif.java
+++ b/src/java/org/apache/poi/ss/formula/functions/Countif.java
@@ -537,6 +537,7 @@ public final class Countif extends Fixed2ArgFunction {
}
/**
* 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) {
if (strRep.length() < 1) {