You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/09 20:03:54 UTC

[06/22] httpcomponents-core git commit: Javadoc fix

Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.0.x@781814 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/4.0.x
Commit: e7313b3c5e361fbc81939c2bd5ae5931dc50a853
Parents: 5f9ab8e
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Thu Jun 4 18:07:42 2009 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Thu Jun 4 18:07:42 2009 +0000

----------------------------------------------------------------------
 .../src/main/java/org/apache/http/nio/util/SharedInputBuffer.java  | 2 +-
 .../src/main/java/org/apache/http/nio/util/SharedOutputBuffer.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/e7313b3c/httpcore-nio/src/main/java/org/apache/http/nio/util/SharedInputBuffer.java
----------------------------------------------------------------------
diff --git a/httpcore-nio/src/main/java/org/apache/http/nio/util/SharedInputBuffer.java b/httpcore-nio/src/main/java/org/apache/http/nio/util/SharedInputBuffer.java
index 1488183..e3ffeec 100644
--- a/httpcore-nio/src/main/java/org/apache/http/nio/util/SharedInputBuffer.java
+++ b/httpcore-nio/src/main/java/org/apache/http/nio/util/SharedInputBuffer.java
@@ -39,7 +39,7 @@ import org.apache.http.nio.IOControl;
 /**
  * Implementation of the {@link ContentInputBuffer} interface that can be 
  * shared by multiple threads, usually the I/O dispatch of an I/O reactor and
- * a worker tread. This class is not threading safe.
+ * a worker thread. This class is thread safe.
  *
  * @since 4.0
  */

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/e7313b3c/httpcore-nio/src/main/java/org/apache/http/nio/util/SharedOutputBuffer.java
----------------------------------------------------------------------
diff --git a/httpcore-nio/src/main/java/org/apache/http/nio/util/SharedOutputBuffer.java b/httpcore-nio/src/main/java/org/apache/http/nio/util/SharedOutputBuffer.java
index 165b23a..e19fa0c 100644
--- a/httpcore-nio/src/main/java/org/apache/http/nio/util/SharedOutputBuffer.java
+++ b/httpcore-nio/src/main/java/org/apache/http/nio/util/SharedOutputBuffer.java
@@ -39,7 +39,7 @@ import org.apache.http.nio.IOControl;
 /**
  * Implementation of the {@link ContentOutputBuffer} interface that can be 
  * shared by multiple threads, usually the I/O dispatch of an I/O reactor and
- * a worker tread. This class is not threading safe.
+ * a worker thread. This class is thread safe.
  *
  * @since 4.0
  */