We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcfe67 commit 99359dfCopy full SHA for 99359df
scribejava-core/src/main/java/com/github/scribejava/core/httpclient/jdk/JDKHttpFuture.java
@@ -7,7 +7,7 @@
7
8
/**
9
* Fake Future. Just to have Future API for the default JDK Http client. It's NOT Async in any way. Just facade.<br>
10
- * That's it. Sync execution with Async methods.
+ * That's it. Sync execution with Async methods. This class does NOT provide any async executions.
11
*/
12
public class JDKHttpFuture<V> implements Future<V> {
13
0 commit comments