[tomcat] branch master updated: Javadoc fix

2020-09-18 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm 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 3607b4d  Javadoc fix
3607b4d is described below

commit 3607b4daae3b81ed372b73494701f5c334d257b9
Author: remm 
AuthorDate: Fri Sep 18 11:52:09 2020 +0200

Javadoc fix
---
 java/org/apache/catalina/startup/ContextConfig.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java/org/apache/catalina/startup/ContextConfig.java 
b/java/org/apache/catalina/startup/ContextConfig.java
index a3cfcb8..e0c1edd 100644
--- a/java/org/apache/catalina/startup/ContextConfig.java
+++ b/java/org/apache/catalina/startup/ContextConfig.java
@@ -2205,6 +2205,7 @@ public class ContextConfig implements LifecycleListener {
  *
  * @param fragmentsSet of parallelizable scans
  * @param handlesTypesOnly Important parameter for the underlying scan
+ * @param javaClassCache The class cache
  */
 protected void processAnnotationsInParallel(Set fragments, boolean 
handlesTypesOnly,
 Map javaClassCache) {


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch master updated: Javadoc fix

2019-05-05 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm 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 fc534bc  Javadoc fix
fc534bc is described below

commit fc534bce9dc5263cf25c9b5d1a8b9976a0e78d5c
Author: remm 
AuthorDate: Sun May 5 15:44:07 2019 +0200

Javadoc fix
---
 java/org/apache/catalina/servlets/DefaultServlet.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/java/org/apache/catalina/servlets/DefaultServlet.java 
b/java/org/apache/catalina/servlets/DefaultServlet.java
index bdb3be9..4efd553 100644
--- a/java/org/apache/catalina/servlets/DefaultServlet.java
+++ b/java/org/apache/catalina/servlets/DefaultServlet.java
@@ -1583,6 +1583,7 @@ public class DefaultServlet extends HttpServlet {
 /**
  * Decide which way to render. HTML or XML.
  *
+ * @param request The HttpServletRequest being served
  * @param contextPath The path
  * @param resourceThe resource
  * @param encodingThe encoding to use to process the readme (if any)
@@ -1782,6 +1783,7 @@ public class DefaultServlet extends HttpServlet {
  * Return an InputStream to an HTML representation of the contents of this
  * directory.
  *
+ * @param request The HttpServletRequest being served
  * @param contextPath Context path to which our internal paths are relative
  * @param resourceThe associated resource
  * @param encodingThe encoding to use to process the readme (if any)


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] branch master updated: Javadoc fix

2019-04-19 Thread remm
This is an automated email from the ASF dual-hosted git repository.

remm 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 2ac1717  Javadoc fix
2ac1717 is described below

commit 2ac1717d0cfd39449c22cd2155be66f432cb7caa
Author: remm 
AuthorDate: Fri Apr 19 19:04:49 2019 +0200

Javadoc fix
---
 java/org/apache/tomcat/util/net/NioSelectorPool.java | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/java/org/apache/tomcat/util/net/NioSelectorPool.java 
b/java/org/apache/tomcat/util/net/NioSelectorPool.java
index e6b3a17..ea365d9 100644
--- a/java/org/apache/tomcat/util/net/NioSelectorPool.java
+++ b/java/org/apache/tomcat/util/net/NioSelectorPool.java
@@ -141,9 +141,7 @@ public class NioSelectorPool {
  * @param socketThe socket to write data to
  * @param selector  The selector to use for blocking, if null then a 
busy write will be initiated
  * @param writeTimeout  The timeout for this write operation in 
milliseconds, -1 means no timeout
- * @param block true to perform a blocking write
- *  otherwise a non-blocking write will be performed
- * @return int - returns the number of bytes written
+ * @return the number of bytes written
  * @throws EOFException if write returns -1
  * @throws SocketTimeoutException if the write times out
  * @throws IOException if an IO Exception occurs in the underlying socket 
logic
@@ -212,7 +210,7 @@ public class NioSelectorPool {
  * @param socket SocketChannel - the socket to write data to
  * @param selector Selector - the selector to use for blocking, if null 
then a busy read will be initiated
  * @param readTimeout long - the timeout for this read operation in 
milliseconds, -1 means no timeout
- * @return int - returns the number of bytes read
+ * @return the number of bytes read
  * @throws EOFException if read returns -1
  * @throws SocketTimeoutException if the read times out
  * @throws IOException if an IO Exception occurs in the underlying socket 
logic


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org