This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 06e83a498c213c36323c17d3c0c93d6a2cdfc0fd Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Sep 26 22:25:35 2019 +0100 Fix Javadoc warnings --- java/org/apache/catalina/Valve.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/org/apache/catalina/Valve.java b/java/org/apache/catalina/Valve.java index 89a17a2..911ac74 100644 --- a/java/org/apache/catalina/Valve.java +++ b/java/org/apache/catalina/Valve.java @@ -44,7 +44,7 @@ public interface Valve { //-------------------------------------------------------------- Properties /** - * Return descriptive information about this Valve implementation. + * @return descriptive information about this Valve implementation. */ public String getInfo(); @@ -130,6 +130,7 @@ public interface Valve { * * @param request The servlet request to be processed * @param response The servlet response to be created + * @param event The Comet event to be processed * * @exception IOException if an input/output error occurs, or is thrown * by a subsequently invoked Valve, Filter, or Servlet --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org