We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e410a commit 5eaa1b7Copy full SHA for 5eaa1b7
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/DelegationTokenRenewer.java
@@ -107,7 +107,7 @@ public boolean equals(final Object that) {
107
* Set a new time for the renewal.
108
* It can only be called when the action is not in the queue or any
109
* collection because the hashCode may change
110
- * @param newTime the new time
+ * @param delay the renewal time
111
*/
112
private void updateRenewalTime(long delay) {
113
renewalTime = Time.now() + delay - delay/10;
0 commit comments