Skip to content

Commit

Permalink
fix: Comment typo in Parser.java (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
miraleung committed Mar 23, 2021
1 parent fc7e637 commit 685feff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -581,7 +581,7 @@ static List<Method> parseMethods(
.setIsPaged(parseIsPaged(protoMethod, messageTypes))
.build());

// Any input type that has a resource reference will need a resource name helper calss.
// Any input type that has a resource reference will need a resource name helper class.
for (Field field : inputMessage.fields()) {
if (field.hasResourceReference()) {
String resourceTypeString = field.resourceReference().resourceTypeString();
Expand Down

0 comments on commit 685feff

Please sign in to comment.