|
@@ -107,7 +107,7 @@ public class DelegationTokenRenewer
|
|
|
* Set a new time for the renewal.
|
|
|
* It can only be called when the action is not in the queue or any
|
|
|
* collection because the hashCode may change
|
|
|
- * @param newTime the new time
|
|
|
+ * @param delay the renewal time
|
|
|
*/
|
|
|
private void updateRenewalTime(long delay) {
|
|
|
renewalTime = Time.now() + delay - delay/10;
|