Javadoc correction

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@652192 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2008-04-30 00:04:59 +00:00
parent 88013c6596
commit 96405703fa
1 changed files with 1 additions and 1 deletions

View File

@ -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;