mirror of https://github.com/grpc/grpc-java.git
Update comment; Parser was replaced with NanoFactory
This commit is contained in:
parent
1ee336d244
commit
a62db8f283
|
|
@ -106,8 +106,8 @@ static void PrintMethodFields(
|
||||||
}
|
}
|
||||||
|
|
||||||
if (generate_nano) {
|
if (generate_nano) {
|
||||||
// TODO(zsurocking): we're creating two Parsers for each method right now.
|
// TODO(zsurocking): we're creating two NanoFactories for each method right now.
|
||||||
// We could instead create static Parsers and reuse them if some methods
|
// We could instead create static NanoFactories and reuse them if some methods
|
||||||
// share the same request or response messages.
|
// share the same request or response messages.
|
||||||
p->Print(
|
p->Print(
|
||||||
*vars,
|
*vars,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue