Skip to content

Commit dd0775e

Browse files
committed
typo
1 parent f73c5b3 commit dd0775e

File tree

1 file changed

+1
-1
lines changed
  • client/src/main/java/org/asynchttpclient

1 file changed

+1
-1
lines changed

client/src/main/java/org/asynchttpclient/Realm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ private void appendDataBase(StringBuilder sb) {
457457
}
458458

459459
private void newResponse(MessageDigest md) {
460-
// BEWARE: compute first as it used the cached StringBuilder
460+
// BEWARE: compute first as it uses the cached StringBuilder
461461
String digestUri = AuthenticatorUtils.computeRealmURI(uri, useAbsoluteURI, omitQuery);
462462

463463
StringBuilder sb = StringBuilderPool.DEFAULT.stringBuilder();

0 commit comments

Comments
 (0)