Merge pull request #200 from aaronbee/patch-1

Fix typo
This commit is contained in:
Tim Emiola 2015-06-03 13:22:40 -07:00
commit 4d2abfba13
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,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");