Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@899516 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
77bfc66f7d
commit
bde82211f3
|
@ -34,6 +34,7 @@ import org.apache.http.HttpRequest;
|
||||||
import org.apache.http.auth.AuthenticationException;
|
import org.apache.http.auth.AuthenticationException;
|
||||||
import org.apache.http.auth.Credentials;
|
import org.apache.http.auth.Credentials;
|
||||||
import org.apache.http.auth.AUTH;
|
import org.apache.http.auth.AUTH;
|
||||||
|
import org.apache.http.auth.InvalidCredentialsException;
|
||||||
import org.apache.http.auth.MalformedChallengeException;
|
import org.apache.http.auth.MalformedChallengeException;
|
||||||
import org.apache.http.auth.params.AuthParams;
|
import org.apache.http.auth.params.AuthParams;
|
||||||
import org.apache.http.message.BufferedHeader;
|
import org.apache.http.message.BufferedHeader;
|
||||||
|
|
|
@ -110,7 +110,7 @@ public class TestContentCodings extends ServerTestBase {
|
||||||
* to return RFC1950 streams for <code>deflate</code> content coding.
|
* to return RFC1950 streams for <code>deflate</code> content coding.
|
||||||
*
|
*
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
* @see {@link DeflateDecompressingEntity}
|
* @see DeflateDecompressingEntity
|
||||||
*/
|
*/
|
||||||
public void testDeflateSupportForServerReturningRfc1950Stream() throws Exception {
|
public void testDeflateSupportForServerReturningRfc1950Stream() throws Exception {
|
||||||
final String entityText = "Hello, this is some plain text coming back.";
|
final String entityText = "Hello, this is some plain text coming back.";
|
||||||
|
@ -132,7 +132,7 @@ public class TestContentCodings extends ServerTestBase {
|
||||||
* to return RFC1951 streams for <code>deflate</code> content coding.
|
* to return RFC1951 streams for <code>deflate</code> content coding.
|
||||||
*
|
*
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
* @see {@link DeflateDecompressingEntity}
|
* @see DeflateDecompressingEntity
|
||||||
*/
|
*/
|
||||||
public void testDeflateSupportForServerReturningRfc1951Stream() throws Exception {
|
public void testDeflateSupportForServerReturningRfc1951Stream() throws Exception {
|
||||||
final String entityText = "Hello, this is some plain text coming back.";
|
final String entityText = "Hello, this is some plain text coming back.";
|
||||||
|
|
Loading…
Reference in New Issue