We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee336d commit a62db8fCopy full SHA for a62db8f
compiler/src/java_plugin/cpp/java_generator.cpp
@@ -106,8 +106,8 @@ static void PrintMethodFields(
106
}
107
108
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
+ // TODO(zsurocking): we're creating two NanoFactories for each method right now.
+ // We could instead create static NanoFactories and reuse them if some methods
111
// share the same request or response messages.
112
p->Print(
113
*vars,
0 commit comments