You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2021/03/22 12:41:42 UTC

[httpcomponents-core] branch 5.1.x updated: Add missing Javadoc.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 5.1.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/5.1.x by this push:
     new ca47667  Add missing Javadoc.
ca47667 is described below

commit ca476671587a14d7d597dceb317ab8ff9abe2596
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 22 08:41:39 2021 -0400

    Add missing Javadoc.
---
 httpcore5/src/main/java/org/apache/hc/core5/reactor/IOReactor.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/httpcore5/src/main/java/org/apache/hc/core5/reactor/IOReactor.java b/httpcore5/src/main/java/org/apache/hc/core5/reactor/IOReactor.java
index 0cea506..8abfbcb 100644
--- a/httpcore5/src/main/java/org/apache/hc/core5/reactor/IOReactor.java
+++ b/httpcore5/src/main/java/org/apache/hc/core5/reactor/IOReactor.java
@@ -56,6 +56,8 @@ public interface IOReactor extends ModalCloseable {
      * informed about imminent termination and be given a grace period
      * to complete the ongoing I/O sessions. During immediate shutdown
      * all ongoing I/O sessions get aborted immediately.
+     *
+     * @param closeMode How to close the I/O reactor.
      */
     @Override
     void close(CloseMode closeMode);