This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 1ab52cd Clarify expected return value 1ab52cd is described below commit 1ab52cdcc3223059b04c2bc80a2e0f5904cadfbc Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jan 16 10:02:49 2020 +0000 Clarify expected return value --- java/org/apache/catalina/WebResourceRoot.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/org/apache/catalina/WebResourceRoot.java b/java/org/apache/catalina/WebResourceRoot.java index 5acf0d1..e5ba087 100644 --- a/java/org/apache/catalina/WebResourceRoot.java +++ b/java/org/apache/catalina/WebResourceRoot.java @@ -140,7 +140,8 @@ public interface WebResourceRoot extends Lifecycle { * application. It must start with '/'. * * @return The objects that represents the class loader resources at the - * given path + * given path. There will always be at least one element although + * that element may represent a resource that is not present. */ WebResource[] getClassLoaderResources(String path); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org