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 f4cb725 commit 942a582Copy full SHA for 942a582
src/main/scala/scala/concurrent/java8/FutureConvertersImpl.scala
@@ -73,7 +73,7 @@ object FuturesConvertersImpl {
73
* Scala Future or Promise (ie, the one that that was passed to `toJava`.)
74
*/
75
override def toCompletableFuture(): CompletableFuture[T] = {
76
- this // TODO or maybe `thenApply(JF.identity())`
+ this
77
}
78
79
override def toString: String = super[CompletableFuture].toString
0 commit comments