Skip to content

Commit 5eaa1b7

Browse files
author
zhuqi
authored
HADOOP-17619: Fix DelegationTokenRenewer#updateRenewalTime java doc error. (#2846). Contributed by Qi Zhu.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
1 parent 96e410a commit 5eaa1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/DelegationTokenRenewer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public boolean equals(final Object that) {
107107
* Set a new time for the renewal.
108108
* It can only be called when the action is not in the queue or any
109109
* collection because the hashCode may change
110-
* @param newTime the new time
110+
* @param delay the renewal time
111111
*/
112112
private void updateRenewalTime(long delay) {
113113
renewalTime = Time.now() + delay - delay/10;

0 commit comments

Comments
 (0)