[ https://issues.apache.org/jira/browse/HADOOP-12347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xiaoyu Yao updated HADOOP-12347: -------------------------------- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.8.0 Status: Resolved (was: Patch Available) Thanks [~arpitagarwal] for the review. I've commit the patch to trunk and branch-2. Also add the missing entry for HADOOP-12050 to CHANGES.txt. > Fix mismatch parameter name in javadocs of AuthToken#setMaxInactives > -------------------------------------------------------------------- > > Key: HADOOP-12347 > URL: https://issues.apache.org/jira/browse/HADOOP-12347 > Project: Hadoop Common > Issue Type: Bug > Reporter: Xiaoyu Yao > Assignee: Xiaoyu Yao > Priority: Trivial > Fix For: 2.8.0 > > Attachments: HADOOP-12347.00.patch > > > This was introduced by HADOOP-12050 as evident in the build errors: > {code} > <https://builds.apache.org/job/Hadoop-common-trunk-Java8/ws/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/util/AuthToken.java>:101: > warning: no @param for interval > public void setMaxInactives(long interval) { > ^ > <https://builds.apache.org/job/Hadoop-common-trunk-Java8/ws/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/AuthenticationToken.java>:65: > error: @param name not found > * @param max inactive time of the token in milliseconds since the epoch. > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)