Skip to content
Snippets Groups Projects
Commit 35746e7f authored by Aaron Beitch's avatar Aaron Beitch
Browse files

Fix typo

parent de7d962c
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ implementation available from the network.
Runtime.getRuntime().addShutdownHook(new Thread() {
@Override
public void run() {
// Use stderr here since the logger may has been reset by its JVM shutdown hook.
// Use stderr here since the logger may have been reset by its JVM shutdown hook.
System.err.println("*** shutting down gRPC server since JVM is shutting down");
HelloWorldServer.this.stop();
System.err.println("*** server shut down");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment