You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/08/07 14:32:30 UTC

svn commit: r1892079 - /poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java

Author: fanningpj
Date: Sat Aug  7 14:32:29 2021
New Revision: 1892079

URL: http://svn.apache.org/viewvc?rev=1892079&view=rev
Log:
tidy up javadoc

Modified:
    poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java

Modified: poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java?rev=1892079&r1=1892078&r2=1892079&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java (original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java Sat Aug  7 14:32:29 2021
@@ -26,7 +26,7 @@ import java.util.Collections;
 import java.util.List;
 
 /**
- * Implementation of 'Analysis Toolpak' the Excel function PERCENTRANK()
+ * Implementation of 'the Excel function PERCENTRANK()
  *
  * <b>Syntax</b>:<br>
  * <b>PERCENTRANK</b>(<b>array</b>, <b>X</b>, <b>[significance]</b>)<p>
@@ -37,6 +37,8 @@ import java.util.List;
  * If omitted, PERCENTRANK uses three digits (0.xxx).<br>
  * <br>
  * Returns a number between 0 and 1 representing a percentage.
+ *
+ * @since POI 5.0.1
  */
 public final class PercentRank implements Function {
 



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