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:
Sebastian Bazley 2010-01-15 02:12:50 +00:00
parent 77bfc66f7d
commit bde82211f3
2 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@ import org.apache.http.HttpRequest;
import org.apache.http.auth.AuthenticationException;
import org.apache.http.auth.Credentials;
import org.apache.http.auth.AUTH;
import org.apache.http.auth.InvalidCredentialsException;
import org.apache.http.auth.MalformedChallengeException;
import org.apache.http.auth.params.AuthParams;
import org.apache.http.message.BufferedHeader;

View File

@ -110,7 +110,7 @@ public class TestContentCodings extends ServerTestBase {
* to return RFC1950 streams for <code>deflate</code> content coding.
*
* @throws Exception
* @see {@link DeflateDecompressingEntity}
* @see DeflateDecompressingEntity
*/
public void testDeflateSupportForServerReturningRfc1950Stream() throws Exception {
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.
*
* @throws Exception
* @see {@link DeflateDecompressingEntity}
* @see DeflateDecompressingEntity
*/
public void testDeflateSupportForServerReturningRfc1951Stream() throws Exception {
final String entityText = "Hello, this is some plain text coming back.";