You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was non-final in Scala 2.11.x, and made final as part
of fa0743c.
Removing the final modifier seems like the cleanest way to enable
conversions like `javaFuture.toScala.toJava` to return the original
`javaFuture` in scala-java8-compat.
I have made the methods defined in this class final as an
alternative lockdown.
Discussion, Motivation:
scala/scala-java8-compat#46scala/scala-java8-compat#50
0 commit comments