Update comment; Parser was replaced with NanoFactory

This commit is contained in:
Eric Anderson 2015-10-14 13:54:23 -07:00
parent 1ee336d244
commit a62db8f283
1 changed files with 2 additions and 2 deletions

View File

@ -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,