From 6e306aa4fde1b733afdcb1483fe840df56b5e2d3 Mon Sep 17 00:00:00 2001
From: Sebastian Bazley
Date: Wed, 8 Dec 2010 20:27:55 +0000
Subject: [PATCH] Stuff on Execution Context does not really belong here
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1043661 13f79535-47bb-0310-9956-ffa450edef68
---
.../java/org/apache/http/client/methods/HttpUriRequest.java | 5 -----
1 file changed, 5 deletions(-)
diff --git a/httpclient/src/main/java/org/apache/http/client/methods/HttpUriRequest.java b/httpclient/src/main/java/org/apache/http/client/methods/HttpUriRequest.java
index f2a8bedc0..a9ca943b7 100644
--- a/httpclient/src/main/java/org/apache/http/client/methods/HttpUriRequest.java
+++ b/httpclient/src/main/java/org/apache/http/client/methods/HttpUriRequest.java
@@ -64,11 +64,6 @@ public interface HttpUriRequest extends HttpRequest {
* in the
* HttpClient Tutorial
*
- *
- * The final HttpRequest object in the execution context always represents
- * the state of the message _exactly_ as it was sent to the target server.
- * Per default HTTP/1.0 and HTTP/1.1 use relative request URIs.
- *
*/
URI getURI();