Skip to content

Commit 942a582

Browse files
committed
Remove vague TODO comment.
I wasn't sure which way to go here, but now we have a few more tests I guess this comment doesn't really help anyone.
1 parent f4cb725 commit 942a582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/concurrent/java8/FutureConvertersImpl.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ object FuturesConvertersImpl {
7373
* Scala Future or Promise (ie, the one that that was passed to `toJava`.)
7474
*/
7575
override def toCompletableFuture(): CompletableFuture[T] = {
76-
this // TODO or maybe `thenApply(JF.identity())`
76+
this
7777
}
7878

7979
override def toString: String = super[CompletableFuture].toString

0 commit comments

Comments
 (0)