Correct comment

-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81595612
This commit is contained in:
simonma 2014-12-08 11:42:48 -08:00 committed by Eric Anderson
parent 70341df582
commit 682f8aa2cb
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class TestServiceServer {
* The main application allowing this server to be launched from the command line. Accepts the
* following arguments:
* <p>
* --transport=<HTTP|HTTP2_NETTY|HTTP2_OKHTTP> Identifies the transport
* --transport=<HTTP2_NETTY|HTTP2_NETTY_TLS> Identifies the transport
* over which GRPC frames should be sent. <br>
* --port=<port number> The port number for RPC communications.
* --grpc_version=<1|2> Use gRPC v2 protocol. Default is v1.