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:
parent
88013c6596
commit
96405703fa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue