We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ab245 commit 142d140Copy full SHA for 142d140
1 file changed
async/completablefuture/GetBlocking.java async/completablefuture/RunBlocking.javaasync/completablefuture/GetBlocking.java renamed to async/completablefuture/RunBlocking.java
@@ -4,7 +4,7 @@
4
import java.util.concurrent.ExecutionException;
5
import java.util.concurrent.TimeUnit;
6
7
-public class GetBlocking {
+public class RunBlocking {
8
9
public static void main(String[] args) throws ExecutionException, InterruptedException {
10
0 commit comments