From 96405703fae761ceb23a899fd8c652cee61891c6 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Wed, 30 Apr 2008 00:04:59 +0000 Subject: [PATCH] Javadoc correction git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@652192 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/org/apache/http/impl/auth/DigestScheme.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-client/src/main/java/org/apache/http/impl/auth/DigestScheme.java b/module-client/src/main/java/org/apache/http/impl/auth/DigestScheme.java index 809fe466a..7a3ae5252 100644 --- a/module-client/src/main/java/org/apache/http/impl/auth/DigestScheme.java +++ b/module-client/src/main/java/org/apache/http/impl/auth/DigestScheme.java @@ -446,7 +446,7 @@ public class DigestScheme extends RFC2617Scheme { * Creates a random cnonce value based on the current time. * * @return The cnonce value as String. - * @throws HttpClientError if MD5 algorithm is not supported. + * @throws UnsupportedDigestAlgorithmException if MD5 algorithm is not supported. */ public static String createCnonce() { String cnonce;