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:
parent
9940cb5982
commit
0483252843
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue