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 2017/12/13 22:44:24 UTC

httpcomponents-core git commit: Fix Javadoc: Don't need to escape < and > in a {@code} tag.

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x 56c65d479 -> 384e74110


Fix Javadoc: Don't need to escape < and > in a {@code} tag.

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

Branch: refs/heads/4.4.x
Commit: 384e74110e80b2aa499d36ac9990d67b96d9eaf8
Parents: 56c65d4
Author: Gary Gregory <gg...@apache.org>
Authored: Wed Dec 13 15:44:21 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Wed Dec 13 15:44:21 2017 -0700

----------------------------------------------------------------------
 .../http/nio/protocol/UriHttpAsyncRequestHandlerMapper.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/384e7411/httpcore-nio/src/main/java/org/apache/http/nio/protocol/UriHttpAsyncRequestHandlerMapper.java
----------------------------------------------------------------------
diff --git a/httpcore-nio/src/main/java/org/apache/http/nio/protocol/UriHttpAsyncRequestHandlerMapper.java b/httpcore-nio/src/main/java/org/apache/http/nio/protocol/UriHttpAsyncRequestHandlerMapper.java
index f527ed2..f2066d2 100644
--- a/httpcore-nio/src/main/java/org/apache/http/nio/protocol/UriHttpAsyncRequestHandlerMapper.java
+++ b/httpcore-nio/src/main/java/org/apache/http/nio/protocol/UriHttpAsyncRequestHandlerMapper.java
@@ -39,8 +39,8 @@ import org.apache.http.util.Args;
  * Patterns may have three formats:
  * <ul>
  *   <li>{@code *}</li>
- *   <li>{@code *&lt;uri&gt;}</li>
- *   <li>{@code &lt;uri&gt;*}</li>
+ *   <li>{@code *<uri>}</li>
+ *   <li>{@code <uri>*}</li>
  * </ul>
  * <br>
  * This class can be used to map an instance of {@link HttpAsyncRequestHandler}