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 6128c4a Javadoc correction for web resources 6128c4a is described below commit 6128c4a689eea23654f7072e431e0a451c38c33c Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Nov 3 14:42:53 2021 +0000 Javadoc correction for web resources --- java/org/apache/catalina/WebResourceRoot.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/catalina/WebResourceRoot.java b/java/org/apache/catalina/WebResourceRoot.java index e5ba087..8d8092a 100644 --- a/java/org/apache/catalina/WebResourceRoot.java +++ b/java/org/apache/catalina/WebResourceRoot.java @@ -85,7 +85,7 @@ import java.util.Set; public interface WebResourceRoot extends Lifecycle { /** * Obtain the object that represents the resource at the given path. Note - * that the resource at that path may not exist. If the path does not + * that the resource at that path may not exist. If the resource does not * exist, the WebResource returned will be associated with the main * WebResourceSet. * @@ -98,7 +98,7 @@ public interface WebResourceRoot extends Lifecycle { /** * Obtain the objects that represent the resource at the given path. Note - * that the resource at that path may not exist. If the path does not + * that the resource at that path may not exist. If the resource does not * exist, the WebResource returned will be associated with the main * WebResourceSet. This will include all matches even if the resource would * not normally be accessible (e.g. because it was overridden by another --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org