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/02/27 04:17:56 UTC

httpcomponents-core git commit: Minor formatting.

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x e94dbabca -> b5239a882


Minor formatting.

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

Branch: refs/heads/4.4.x
Commit: b5239a8822aa3bde367fb9ad6c43514550226232
Parents: e94dbab
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Feb 26 21:17:53 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Feb 26 21:17:53 2018 -0700

----------------------------------------------------------------------
 httpcore/src/main/java/org/apache/http/HttpRequestFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/b5239a88/httpcore/src/main/java/org/apache/http/HttpRequestFactory.java
----------------------------------------------------------------------
diff --git a/httpcore/src/main/java/org/apache/http/HttpRequestFactory.java b/httpcore/src/main/java/org/apache/http/HttpRequestFactory.java
index 7b31821..33cc624 100644
--- a/httpcore/src/main/java/org/apache/http/HttpRequestFactory.java
+++ b/httpcore/src/main/java/org/apache/http/HttpRequestFactory.java
@@ -38,6 +38,6 @@ public interface HttpRequestFactory {
         throws MethodNotSupportedException;
 
     HttpRequest newHttpRequest(String method, String uri)
-            throws MethodNotSupportedException;
+        throws MethodNotSupportedException;
 
 }