]> source.dussan.org Git - poi.git/commitdiff
javadoc issue
authorPJ Fanning <fanningpj@apache.org>
Sun, 29 May 2022 08:26:05 +0000 (08:26 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 29 May 2022 08:26:05 +0000 (08:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901379 13f79535-47bb-0310-9956-ffa450edef68

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

index 34fbf133c49138f4898f67243b8e20b33e7a2faa..1075680657481e03f0513eead282bdf70a058981 100644 (file)
@@ -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>
  */