You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/11/03 14:44:18 UTC

[tomcat] branch main updated: Javadoc correction for web resources

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org