Remove unthrown Exception

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@753456 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-03-13 22:28:07 +00:00
parent 9940cb5982
commit 0483252843
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ public class DigestScheme extends RFC2617Scheme {
*/
private Header createDigestHeader(
final Credentials credentials,
final String digest) throws AuthenticationException {
final String digest) {
CharArrayBuffer buffer = new CharArrayBuffer(128);
if (isProxy()) {