You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2009/02/02 01:06:22 UTC

svn commit: r739890 - /httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpRequestInterceptor.java

Author: sebb
Date: Mon Feb  2 00:06:21 2009
New Revision: 739890

URL: http://svn.apache.org/viewvc?rev=739890&view=rev
Log:
Javadoc layout correction (para marker in wrong place)

Modified:
    httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpRequestInterceptor.java

Modified: httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpRequestInterceptor.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpRequestInterceptor.java?rev=739890&r1=739889&r2=739890&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpRequestInterceptor.java (original)
+++ httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpRequestInterceptor.java Mon Feb  2 00:06:21 2009
@@ -40,9 +40,9 @@
  * the HTTP protocol. Usually protocol interceptors are expected to act upon 
  * one specific header or a group of related headers of the incoming message 
  * or populate the outgoing message with one specific header or a group of 
- * related headers. Protocol 
+ * related headers. 
  * <p>
- * Interceptors can also manipulate content entities enclosed with messages.
+ *  Protocol Interceptors can also manipulate content entities enclosed with messages.
  * Usually this is accomplished by using the 'Decorator' pattern where a wrapper 
  * entity class is used to decorate the original entity. 
  * <p>