You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/06/11 00:16:14 UTC

svn commit: r1747821 - /poi/trunk/src/java/org/apache/poi/ss/formula/udf/UDFFinder.java

Author: onealj
Date: Sat Jun 11 00:16:14 2016
New Revision: 1747821

URL: http://svn.apache.org/viewvc?rev=1747821&view=rev
Log:
whitespace (tabs to spaces)

Modified:
    poi/trunk/src/java/org/apache/poi/ss/formula/udf/UDFFinder.java

Modified: poi/trunk/src/java/org/apache/poi/ss/formula/udf/UDFFinder.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/formula/udf/UDFFinder.java?rev=1747821&r1=1747820&r2=1747821&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/formula/udf/UDFFinder.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/formula/udf/UDFFinder.java Sat Jun 11 00:16:14 2016
@@ -26,13 +26,13 @@ import org.apache.poi.ss.formula.functio
  * @author PUdalau
  */
 public interface UDFFinder {
-	public static final UDFFinder DEFAULT = new AggregatingUDFFinder(AnalysisToolPak.instance);
+    public static final UDFFinder DEFAULT = new AggregatingUDFFinder(AnalysisToolPak.instance);
 
-	/**
-	 * Returns executor by specified name. Returns <code>null</code> if the function name is unknown.
-	 *
-	 * @param name Name of function.
-	 * @return Function executor.
-	 */
-	FreeRefFunction findFunction(String name);
+    /**
+     * Returns executor by specified name. Returns <code>null</code> if the function name is unknown.
+     *
+     * @param name Name of function.
+     * @return Function executor.
+     */
+    FreeRefFunction findFunction(String name);
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org