Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
vam-google committed Jun 7, 2021
1 parent dc8a156 commit f0563bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ private List<Expr> getRequestFormatterExpr(Method protoMethod) {
FIXED_REST_TYPESTORE.get(ProtoMessageRequestFormatter.class.getSimpleName()))
.setMethodName("newBuilder")
.setGenerics(Collections.singletonList(protoMethod.inputType().reference()))
// .setArguments(Arrays.asList(m))
.build();

TypeNode extractorVarType =
Expand Down

0 comments on commit f0563bb

Please sign in to comment.