Skip to content

Commit

Permalink
Merge pull request #29055 from turing85/improve-grpc-docs
Browse files Browse the repository at this point in the history
Improve gRPC guide
  • Loading branch information
geoand authored Nov 4, 2022
2 parents e2fb4f4 + ceb8abb commit 99b2820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/main/asciidoc/grpc-getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ Create the `src/main/java/org/acme/HelloService.java` file with the following co
----
package org.acme;
import io.grpc.stub.StreamObserver;
import io.quarkus.example.Greeter;
import io.quarkus.example.HelloReply;
import io.quarkus.example.HelloRequest;
Expand Down

0 comments on commit 99b2820

Please sign in to comment.