(tomcat) branch 11.0.x updated: Fix Javadoc

[email protected] Wed, 22 Jul 2026 10:30:06 +0000
Newsgroups gmane.comp.jakarta.tomcat.devel
Message-ID <178471620653.3457274.12919532549855662758@gitbox3-he-fi.apache.org>
This is an automated email from the ASF dual-hosted git repository.

markt-asf pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new dc440f5b70 Fix Javadoc
dc440f5b70 is described below

commit dc440f5b7085a9ea6cd3232ce68ec4258fd9f99a
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jul 22 11:29:49 2026 +0100

    Fix Javadoc
---
 java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java b/java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java
index 78f59d93fb..f0793dd7f2 100644
--- a/java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java
+++ b/java/org/apache/tomcat/util/descriptor/tld/TldResourcePath.java
@@ -79,7 +79,7 @@ public class TldResourcePath {
      * Returns the path within the web application, if any, that the resource returned by {@link #getUrl()} was obtained
      * from.
      *
-     * @return the web application path or @null if the resource is not located within a web application
+     * @return the web application path or {@code null} if the resource is not located within a web application
      */
     public String getWebappPath() {
         return webappPath;