]> source.dussan.org Git - poi.git/commitdiff
FunctionEval is a utility class. It should not have a public default constructor
authorJaven O'Neal <onealj@apache.org>
Fri, 17 Jun 2016 10:47:13 +0000 (10:47 +0000)
committerJaven O'Neal <onealj@apache.org>
Fri, 17 Jun 2016 10:47:13 +0000 (10:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748830 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/formula/eval/FunctionEval.java

index 0c7de9722fa1073106f6cbae95a48e4894b73854..d2a4d39bad52d71b0e9ddfd74c840b9fbe213549 100644 (file)
@@ -31,6 +31,10 @@ import org.apache.poi.ss.formula.functions.*;
  *  (where available)
  */
 public final class FunctionEval {
+    private FunctionEval() {
+        // no instances of this class
+    }
+
     /**
      * Some function IDs that require special treatment
      */