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 2022/05/29 08:26:05 UTC

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

Author: fanningpj
Date: Sun May 29 08:26:05 2022
New Revision: 1901379

URL: http://svn.apache.org/viewvc?rev=1901379&view=rev
Log:
javadoc issue

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

Modified: poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/Days.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/Days.java?rev=1901379&r1=1901378&r2=1901379&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/Days.java (original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/Days.java Sun May 29 08:26:05 2022
@@ -36,14 +36,13 @@ import org.apache.poi.util.LocaleUtil;
  *
  * <p> 
  * {@code DAYS(end_date,start_date)}
- * 
+ * </p>
+ *
  * <ul>
- * <li>Start_date, end_date (required):<br/>
- * The two dates between which you want to know the number of days.<br/>
+ * <li>Start_date, end_date (required):<br>
+ * The two dates between which you want to know the number of days.<br>
  * If start_date occurs after end_date, the DAYS function returns a negative number.</li>
- * 
  * </ul>
- * </p>
  * 
  * @see <a href="https://support.office.com/en-us/article/DAYS-function-57740535-D549-4395-8728-0F07BFF0B9DF">DAYS function - Microsoft Office</a>
  */



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