HADOOP-17598. Fix java doc issue introduced by HADOOP-17578. (#2802). Contributed by Xiaoyu Yao.

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
Xiaoyu Yao 2021-03-22 21:53:45 -07:00 committed by GitHub
parent ede490d131
commit 63eb289462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1920,7 +1920,6 @@ public <T> T doAs(PrivilegedExceptionAction<T> action
/** /**
* Log current UGI and token information into specified log. * Log current UGI and token information into specified log.
* @param ugi - UGI * @param ugi - UGI
* @throws IOException
*/ */
@InterfaceAudience.LimitedPrivate({"HDFS", "KMS"}) @InterfaceAudience.LimitedPrivate({"HDFS", "KMS"})
@InterfaceStability.Unstable @InterfaceStability.Unstable