git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@722028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2008-12-01 10:29:44 +00:00
parent e00ac08343
commit 6fa08aafaa
1 changed files with 4 additions and 4 deletions

View File

@ -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 {