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 2018/08/14 03:45:48 UTC

httpcomponents-core git commit: Javadoc clean up.

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x 88a084717 -> 0fbdd54fb


Javadoc clean up.

Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/0fbdd54f
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/0fbdd54f
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/0fbdd54f

Branch: refs/heads/4.4.x
Commit: 0fbdd54fb7eca877acc820b93e96cff239e30ab7
Parents: 88a0847
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Aug 13 21:45:45 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Aug 13 21:45:45 2018 -0600

----------------------------------------------------------------------
 .../src/main/java/org/apache/http/nio/FileContentDecoder.java   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/0fbdd54f/httpcore-nio/src/main/java/org/apache/http/nio/FileContentDecoder.java
----------------------------------------------------------------------
diff --git a/httpcore-nio/src/main/java/org/apache/http/nio/FileContentDecoder.java b/httpcore-nio/src/main/java/org/apache/http/nio/FileContentDecoder.java
index 51014dd..6e543b0 100644
--- a/httpcore-nio/src/main/java/org/apache/http/nio/FileContentDecoder.java
+++ b/httpcore-nio/src/main/java/org/apache/http/nio/FileContentDecoder.java
@@ -39,11 +39,12 @@ public interface FileContentDecoder extends ContentDecoder {
 
     /**
      * Transfers a portion of entity content from the underlying network channel
-     * into the given file channel.<br>
-     *
+     * into the given file channel.
+     * <p>
      * <b>Warning</b>: Many implementations cannot write beyond the length of the file.
      *             If the position exceeds the channel's size, some implementations
      *             may throw an IOException.
+     * </p>
      *
      * @param  dst the target FileChannel to transfer data into.
      * @param  position