Skip to content

Commit 99359df

Browse files
committed
add more javadoc for JDKHttpFuture
1 parent 4fcfe67 commit 99359df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scribejava-core/src/main/java/com/github/scribejava/core/httpclient/jdk/JDKHttpFuture.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
* 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.
10+
* That's it. Sync execution with Async methods. This class does NOT provide any async executions.
1111
*/
1212
public class JDKHttpFuture<V> implements Future<V> {
1313

0 commit comments

Comments
 (0)