This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new dd8d030 Javadoc correction for web resources
dd8d030 is described below
commit dd8d0305cab1e6e858704406ae3e86ce9897dba9
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]