Skip to content

Commit

Permalink
scala 3 compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 21, 2024
1 parent f600cf5 commit f5b0476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import pekko.util.ccompat.JavaConverters._
/**
* INTERNAL API
*/
private[javadsl] final object CollectionUtil {
private[javadsl] object CollectionUtil {
@inline def toSeq[T](jlist: java.util.List[T]): immutable.Seq[T] =
jlist.asScala.toList

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import pekko.util.ccompat.JavaConverters._
/**
* INTERNAL API
*/
private[javadsl] final object CollectionUtil {
private[javadsl] object CollectionUtil {
@inline def toSeq[T](jlist: java.util.List[T]): immutable.Seq[T] =
jlist.asScala.toSeq

Expand Down

0 comments on commit f5b0476

Please sign in to comment.