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 2014/08/29 02:08:21 UTC

svn commit: r1621233 - /httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/ProtocolException.java

Author: sebb
Date: Fri Aug 29 00:08:21 2014
New Revision: 1621233

URL: http://svn.apache.org/r1621233
Log:
Typo

Modified:
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/ProtocolException.java

Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/ProtocolException.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/ProtocolException.java?rev=1621233&r1=1621232&r2=1621233&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/ProtocolException.java (original)
+++ httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/ProtocolException.java Fri Aug 29 00:08:21 2014
@@ -58,7 +58,7 @@ public class ProtocolException extends H
      * Creates a new ProtocolException with the specified detail message and cause.
      *
      * @param message the exception detail message
-     * @param cause the {@code Throwable</tt> that caused this exception, or <tt>null}
+     * @param cause the {@code Throwable} that caused this exception, or {@code null}
      * if the cause is unavailable, unknown, or not a {@code Throwable}
      */
     public ProtocolException(final String message, final Throwable cause) {