Skip to content

Commit c30a91d

Browse files
committed
fix checkstyle
1 parent 9ce4e5e commit c30a91d

File tree

1 file changed

+2
-8
lines changed
  • hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc

1 file changed

+2
-8
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestAsyncIPC.java

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -619,17 +619,11 @@ public void run() {
619619

620620
/**
621621
* Tests the asynchronous call functionality using {@link CompletableFuture}.
622-
*
623-
* <p>The test sets up an RPC server with a specified number of handler threads,
622+
* The test sets up an RPC server with a specified number of handler threads,
624623
* starts the server, and sends a predefined number of asynchronous requests.
625624
* Each request is expected to take a certain amount of time to process as defined
626625
* by RPC_SERVER_COST_MS. The test verifies that the server responses are received
627-
* and match the expected values, thus validating the asynchronous call mechanism.</p>
628-
*
629-
* @throws IOException If an I/O error occurs during the test.
630-
* @throws InterruptedException If the current thread is interrupted while waiting.
631-
* @throws ExecutionException If an exception is thrown while computing the result of a
632-
* {@link CompletableFuture}.
626+
* and match the expected values, thus validating the asynchronous call mechanism.
633627
*/
634628
@Test(timeout = 60000)
635629
public void testAsyncCallWithCompletableFuture() throws IOException,

0 commit comments

Comments
 (0)