pjfanning commented on PR #734:
URL: https://github.com/apache/pekko-grpc/pull/734#issuecomment-4746417647

   ```
   [error] 
/home/runner/work/pekko-grpc/pekko-grpc/plugin-tester-java/src/main/java/example/myapp/statefulhelloworld/GreeterServiceImpl.java:41:66:
 greeting has private access in 
example.myapp.statefulhelloworld.GreeterActor.Greeting
   [error] ((GreeterActor.Greeting) message).greeting
   [error]                                           ^
   [info] done compiling
   [info] compiling 6 Scala sources to 
/home/runner/work/pekko-grpc/pekko-grpc/benchmarks/target/scala-2.13/classes ...
   [error] 
/home/runner/work/pekko-grpc/pekko-grpc/plugin-tester-java/src/main/java/example/myapp/typedhelloworld/GreeterServiceImpl.java:45:81:
 greeting has private access in 
example.myapp.typedhelloworld.GreeterActor.Greeting
   [error] ((GreeterActor.Greeting) message).greeting
   [error]                                           ^
   [info] done compiling
   ```
   
   Possibly needs to be `.greeting()` instead of `.greeting`


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to