Skip to content

Commit

Permalink
fix: merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
miraleung committed Oct 30, 2020
1 parent c57b166 commit ff8cd7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ private static Map<String, Message> parseMessages(
}
}
String pakkage = TypeParser.getPackage(messageDescriptor.getFile());
List<String> fieldNames =
messageDescriptor.getFields().stream().map(f -> f.getName()).collect(Collectors.toList());
messages.put(
messageName,
Message.builder()
Expand Down
3 changes: 0 additions & 3 deletions test/integration/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ java_gapic_library(
"@com_google_googleapis//google/logging/v2:logging_java_proto",
],
)
<<<<<<< HEAD
=======

java_gapic_assembly_gradle_pkg(
name = "google-cloud-logging-v2-java",
Expand All @@ -124,4 +122,3 @@ java_gapic_assembly_gradle_pkg(
"@com_google_googleapis//google/logging/v2:logging_proto",
],
)
>>>>>>> 602e1df7 (fix: merge master)

0 comments on commit ff8cd7e

Please sign in to comment.