Skip to content

Commit

Permalink
refactor imports
Browse files Browse the repository at this point in the history
Update PekkoJdk9ForkJoinPool.scala
  • Loading branch information
pjfanning committed Mar 22, 2024
1 parent 2466917 commit 44f662b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@

package org.apache.pekko.dispatch

import org.apache.pekko.annotation.InternalApi
import org.apache.pekko.dispatch.ForkJoinExecutorConfigurator.PekkoForkJoinTask
import org.apache.pekko
import pekko.annotation.InternalApi
import pekko.dispatch.ForkJoinExecutorConfigurator.PekkoForkJoinTask

import java.util.concurrent.{ ForkJoinPool, ForkJoinTask, TimeUnit }

Expand Down

0 comments on commit 44f662b

Please sign in to comment.