aboutsummaryrefslogtreecommitdiffstats
path: root/poi
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-05-29 08:26:05 +0000
committerPJ Fanning <fanningpj@apache.org>2022-05-29 08:26:05 +0000
commit77a3adbad2ba8fb76b6200e2b0560dffd62b2c92 (patch)
tree3cb7d0a957684d452c828c4d1eddd1f3c17915f9 /poi
parenta37411581721388cbcf85d6f5cddf71f07d18a48 (diff)
downloadpoi-77a3adbad2ba8fb76b6200e2b0560dffd62b2c92.tar.gz
poi-77a3adbad2ba8fb76b6200e2b0560dffd62b2c92.zip
javadoc issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi')
-rw-r--r--poi/src/main/java/org/apache/poi/ss/formula/functions/Days.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/poi/src/main/java/org/apache/poi/ss/formula/functions/Days.java b/poi/src/main/java/org/apache/poi/ss/formula/functions/Days.java
index 34fbf133c4..1075680657 100644
--- a/poi/src/main/java/org/apache/poi/ss/formula/functions/Days.java
+++ b/poi/src/main/java/org/apache/poi/ss/formula/functions/Days.java
@@ -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>
*/