What version of gRPC are you using? On Monday, October 30, 2017 at 3:09:48 AM UTC-7, [email protected] wrote: > > Hello > I am just starting with grpc, so please forgive my ignorance. Im sure my > issue is probably something very basic. > > I have written a service and messages in proto, and it appears to be > valid. However when I generate the java, the XXXGrpc.java files have a > compilation error to do with > @java.lang.Override > > For example: > > > <https://lh3.googleusercontent.com/-pzBGdswB7mc/Wfb5-NEH0AI/AAAAAAAAG8w/8l80opO8UAYFW-qqBcUGT97yyvKDSAEAwCLcBGAs/s1600/Selection_100.png> > > In order to implement my client, I end up having to remove the override > annotations - which doesnt seem like the right thing to do. > > My question therefore is, what am I doing wrong? How am I supposed to > write a java client, using the generated java code, without having to > modify the generated java code? > > Thanks >
-- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/92367b8c-b15f-4054-aac1-d147d4b6e999%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
