This is an automated email from the ASF dual-hosted git repository.
remm 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 300e2e21fd Fix javadoc
300e2e21fd is described below
commit 300e2e21fde610851f4aae11b4a3047779323731
Author: remm <[email protected]>
AuthorDate: Sun Oct 20 14:29:27 2024 +0200
Fix javadoc
---
java/org/apache/tomcat/util/http/WebdavIfHeader.java | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/java/org/apache/tomcat/util/http/WebdavIfHeader.java
b/java/org/apache/tomcat/util/http/WebdavIfHeader.java
index fbca45cdfc..77ab27ec13 100644
--- a/java/org/apache/tomcat/util/http/WebdavIfHeader.java
+++ b/java/org/apache/tomcat/util/http/WebdavIfHeader.java
@@ -142,10 +142,7 @@ public class WebdavIfHeader {
}
/**
- * Return {@link DavConstants#HEADER_IF If}
- *
- * @return {@link DavConstants#HEADER_IF If}
- * @see DavConstants#HEADER_IF
+ * @return If String.
*/
public String getHeaderName() {
return "If";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]