Skip to content

Commit

Permalink
Update ServerReflectionImpl.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 3, 2024
1 parent 6b3c488 commit 6e9cdd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ import org.apache.pekko
import pekko.NotUsed
import pekko.annotation.InternalApi
import pekko.stream.scaladsl._
import pekko.util.ccompat.JavaConverters._
import _root_.grpc.reflection.v1alpha.reflection._
import com.google.protobuf.ByteString

import java.util.concurrent.ConcurrentHashMap
import scala.collection.concurrent
import collection.JavaConverters._

/**
* INTERNAL API
Expand Down

0 comments on commit 6e9cdd4

Please sign in to comment.