Skip to content

Commit a62db8f

Browse files
committed
Update comment; Parser was replaced with NanoFactory
1 parent 1ee336d commit a62db8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/java_plugin/cpp/java_generator.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ static void PrintMethodFields(
106106
}
107107

108108
if (generate_nano) {
109-
// TODO(zsurocking): we're creating two Parsers for each method right now.
110-
// We could instead create static Parsers and reuse them if some methods
109+
// TODO(zsurocking): we're creating two NanoFactories for each method right now.
110+
// We could instead create static NanoFactories and reuse them if some methods
111111
// share the same request or response messages.
112112
p->Print(
113113
*vars,

0 commit comments

Comments
 (0)