Commit ebc9b0d2 authored by Michele Fiori's avatar Michele Fiori

Switched log to english

parent f88ba428
......@@ -26,7 +26,7 @@ public class GreetingServiceImpl extends GreetingServiceImplBase {
@Override
public void streamGreeting(HelloRequest request, StreamObserver<HelloResponse> responseObserver){
System.out.println("Metodo stream chiamato!");
System.out.println("Stream method called");
//The request is a HelloRequest (defined in the .proto file)
System.out.println(request);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment