This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new aabf97a36a Fix missing Javadoc
aabf97a36a is described below
commit aabf97a36a3f72a73f2d0ef70f4313ba429ad0e9
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Oct 22 08:31:20 2024 +0100
Fix missing Javadoc
---
java/org/apache/tomcat/util/http/WebdavIfHeader.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/java/org/apache/tomcat/util/http/WebdavIfHeader.java
b/java/org/apache/tomcat/util/http/WebdavIfHeader.java
index 77ab27ec13..2e0dd06ffc 100644
--- a/java/org/apache/tomcat/util/http/WebdavIfHeader.java
+++ b/java/org/apache/tomcat/util/http/WebdavIfHeader.java
@@ -115,6 +115,8 @@ public class WebdavIfHeader {
* Create a Untagged <code>IfHeader</code> if the given lock tokens.
*
* @param tokens the tokens
+ *
+ * @throws IOException If the parsing of the <code>IfHeader</code> fails
*/
public WebdavIfHeader(String[] tokens) throws IOException {
allTokens.addAll(Arrays.asList(tokens));
@@ -134,6 +136,8 @@ public class WebdavIfHeader {
*
* @param uriPrefix The uri prefix to use for the absolute href
* @param ifHeaderValue the if header
+ *
+ * @throws IOException If the parsing of the <code>IfHeader</code> fails
*/
public WebdavIfHeader(String uriPrefix, String ifHeaderValue) throws
IOException {
this.uriPrefix = uriPrefix;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]