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 4b85f72 commit fcdda1aCopy full SHA for fcdda1a
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