pjfanning commented on code in PR #484: URL: https://github.com/apache/pekko-grpc/pull/484#discussion_r2335205544
########## runtime/src/main/scala/org/apache/pekko/grpc/javadsl/package.scala: ########## @@ -40,20 +40,20 @@ package object javadsl { } /** - * Helper for creating Scala partial functions from [[pekko.japi.Function]] - * instances as Scala 2.11 does not know about SAMs. + * Helper for creating Scala partial functions from [[pekko.japi.function.Function]] + * instances. */ @deprecated("no longer needed since support for Scala 2.11 has been dropped", "1.2.0") Review Comment: I'll have a look at this again. I think it is currently needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org