8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfb342 commit e785cceCopy full SHA for e785cce
src/main/java/java_async_method_example/async/method/SyncClientImpl.java
@@ -14,7 +14,7 @@ public class SyncClientImpl implements SyncClient {
14
15
@Override
16
public void executeSynchronous(String userId) {
17
- List<Future<String>> list = new ArrayList<Future<String>>();
+ List<Future<String>> list = new ArrayList<>();
18
19
Callable<String> callable = new Task(userId);
20
0 commit comments