MAPREDUCE-6838. Addendum to fix code comment

This commit is contained in:
Varun Saxena 2017-08-22 18:36:21 +05:30
parent 3fe0a6fd6e
commit 92b14f3bd6
1 changed files with 1 additions and 2 deletions

View File

@ -187,8 +187,7 @@ public class TimelineV2ClientImpl extends TimelineV2Client {
if (collectorAddr == null || collectorAddr.isEmpty()) {
collectorAddr = timelineServiceAddress;
}
// Token need not be updated if either address or token service does not
// exist.
// Token need not be updated if both address and token service do not exist.
String service = delegationToken.getService();
if ((service == null || service.isEmpty()) &&
(collectorAddr == null || collectorAddr.isEmpty())) {