Skip to content

Commit

Permalink
chore: Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Jul 6, 2023
1 parent 265b11c commit 8c1b754
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,13 +485,6 @@ public void defaultValue_resourceNameMultiplePatterns_noHttpBinding() {
Map<String, Message> messageTypes = Parser.parseMessages(messagingFileDescriptor);
Map<String, ResourceName> typeStringsToResourceNames =
Parser.parseResourceNames(messagingFileDescriptor);
/*
Blurb Resource contains four patterns (in order of):
- pattern: "users/{user}/profile/blurbs/legacy/{legacy_user}~{blurb}"
- pattern: "users/{user}/profile/blurbs/{blurb}"
- pattern: "rooms/{room}/blurbs/{blurb}"
- pattern: "rooms/{room}/blurbs/legacy/{legacy_room}.{blurb}"
*/
Message message = messageTypes.get("com.google.showcase.v1beta1.Blurb");

Expr expr =
Expand Down

0 comments on commit 8c1b754

Please sign in to comment.