Skip to content

Commit

Permalink
To concrete immutable Seq
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Dec 20, 2022
1 parent ff63b05 commit 9a4175f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object GrpcServiceException {
code: com.google.rpc.Code,
message: String,
details: java.util.List[scalapb.GeneratedMessage]): GrpcServiceException = {
apply(code, message, details.asScala)
apply(code, message, details.asScala.toVector)
}

/**
Expand Down

0 comments on commit 9a4175f

Please sign in to comment.