Skip to content

Commit

Permalink
12/22 rebase master
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-ji-eng committed Dec 22, 2020
1 parent 4e59a68 commit 03af87e
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,10 @@ private static List<MethodDefinition> createGetterMethods(
}

private static List<MethodDefinition> createServiceMethods(
Service service, Map<String, Message> messageTypes, Map<String, TypeNode> types) {
Service service,
Map<String, Message> messageTypes,
Map<String, TypeNode> types,
Map<String, ResourceName> resourceNames) {
List<MethodDefinition> javaMethods = new ArrayList<>();
for (Method method : service.methods()) {
if (method.stream().equals(Stream.NONE)) {
Expand Down
Loading

0 comments on commit 03af87e

Please sign in to comment.