diff options
author | Marius Volkhart <mariusvolkhart@apache.org> | 2021-10-01 11:37:33 +0000 |
---|---|---|
committer | Marius Volkhart <mariusvolkhart@apache.org> | 2021-10-01 11:37:33 +0000 |
commit | e239fd745f19188c6e67d41f34f4ff730267888d (patch) | |
tree | f96a4a6e7f89760cb440f01196cc222884c8b349 /poi-ooxml/src/main | |
parent | 5730841488d9f9e1f0d21513ae4622120699e00e (diff) | |
download | poi-e239fd745f19188c6e67d41f34f4ff730267888d.tar.gz poi-e239fd745f19188c6e67d41f34f4ff730267888d.zip |
Fix Javadoc errors and warnings on JDK 17
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893777 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/src/main')
3 files changed, 3 insertions, 3 deletions
diff --git a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java index 47a5350fd3..ccbdd517ac 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java +++ b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java @@ -1044,7 +1044,7 @@ public class SignatureConfig { /** * The signature config can be updated if a document is succesful validated. * This flag is used for activating this modifications. - * Defaults to {@code false}<p> + * Defaults to {@code false} * * @param updateConfigOnValidate if true, update config on validate * diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java index 7ba700682c..fd49ab5834 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java @@ -986,7 +986,7 @@ public class SXSSFSheet implements Sheet * Additionally shifts merged regions that are completely defined in these * rows (ie. merged 2 cells on a row to be shifted). All merged regions that are * completely overlaid by shifting will be deleted. - * <p> + * * @param startRow the row to start shifting * @param endRow the row to end shifting * @param n the number of rows to shift diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java index a219f5c309..b383413e70 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java @@ -2971,7 +2971,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet { * Additionally shifts merged regions that are completely defined in these * rows (ie. merged 2 cells on a row to be shifted). All merged regions that are * completely overlaid by shifting will be deleted. - * <p> + * * @param startRow the row to start shifting * @param endRow the row to end shifting * @param n the number of rows to shift |