Skip to content

Commit 58e1660

Browse files
committed
fix javadoc
1 parent a355a71 commit 58e1660

File tree

1 file changed

+2
-0
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router

1 file changed

+2
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterRpcClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,8 @@ public Object invokeMethod(
664664
* "clientId:id", "clientCallId:callId" and "realUser:userName"
665665
* in the caller context, removing the old values if they were
666666
* already present.
667+
*
668+
* @param ugi User group information.
667669
*/
668670
protected void addClientInfoToCallerContext(UserGroupInformation ugi) {
669671
CallerContext ctx = CallerContext.getCurrent();

0 commit comments

Comments
 (0)