Skip to content

Commit f904ef6

Browse files
kenfestachingor13
authored andcommitted
---
yaml --- r: 17737 b: refs/heads/autosynth-trace c: f526a44 h: refs/heads/master i: 17735: 1b0b57f
1 parent aba38be commit f904ef6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ refs/heads/autosynth-spanner: 9bff86d057df31e04c76d72865e8e073ac5794fb
144144
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
145145
refs/heads/autosynth-tasks: b0cdb991f3f75345151a3f68db1aab273dfc069b
146146
refs/heads/autosynth-texttospeech: 2dcc5dc22be0f456caa1b6a8a4bcdace2641239c
147-
refs/heads/autosynth-trace: 70d7efb2a5c33e6755a6c4c3ce0e52f2dee75c87
147+
refs/heads/autosynth-trace: f526a44e5f6c35b442d9dd9b5a52b0399a983a3c
148148
refs/heads/autosynth-websecurityscanner: d4febbffb6c648b74faec62fe90e20adadc9a7d3
149149
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
150150
refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9

branches/autosynth-trace/google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/snippets/UsePubSubEmulatorSnippet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class UsePubSubEmulatorSnippet {
3939
public static void main(String... args) throws IOException {
4040
// [START use_pubsub_emulator]
4141
String hostport = System.getenv("PUBSUB_EMULATOR_HOST");
42-
ManagedChannel channel = ManagedChannelBuilder.forTarget(hostport).usePlaintext(true).build();
42+
ManagedChannel channel = ManagedChannelBuilder.forTarget(hostport).usePlaintext().build();
4343
try {
4444
TransportChannelProvider channelProvider =
4545
FixedTransportChannelProvider.create(GrpcTransportChannel.create(channel));

0 commit comments

Comments
 (0)