Skip to content

Commit 8acde88

Browse files
committed
fix javadoc
1 parent 8944aa1 commit 8acde88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/protocolPB/AsyncRpcProtocolPBUtil.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ private AsyncRpcProtocolPBUtil() {}
6666
* @param call The IPC call encapsulating the RPC request.
6767
* @param response The function to apply to the response of the RPC call.
6868
* @param clazz The class object representing the type {@code R} of the response.
69+
* @param <T> Type of the call's result.
70+
* @param <R> Type of method return.
6971
* @return An object of type {@code R} that is the result of applying the response
7072
* function to the RPC call result.
7173
* @throws IOException If an I/O error occurs during the asynchronous RPC call.

0 commit comments

Comments
 (0)