Typo
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@722028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e00ac08343
commit
6fa08aafaa
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* $HeadURL: $
|
* $HeadURL$
|
||||||
* $Revision: $
|
* $Revision$
|
||||||
* $Date: $
|
* $Date$
|
||||||
*
|
*
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one
|
* Licensed to the Apache Software Foundation (ASF) under one
|
||||||
|
@ -38,7 +38,7 @@ import org.apache.http.impl.client.BasicResponseHandler;
|
||||||
import org.apache.http.impl.client.DefaultHttpClient;
|
import org.apache.http.impl.client.DefaultHttpClient;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This example demonstrates the use of the {@link ResponseHandler} to simply
|
* This example demonstrates the use of the {@link ResponseHandler} to simplify
|
||||||
* the process of processing the HTTP response and releasing associated resources.
|
* the process of processing the HTTP response and releasing associated resources.
|
||||||
*/
|
*/
|
||||||
public class ClientWithResponseHandler {
|
public class ClientWithResponseHandler {
|
||||||
|
|
Loading…
Reference in New Issue