Skip to content

Commit 451e145

Browse files
kenfestachingor13
authored andcommitted
---
yaml --- r: 13107 b: refs/heads/autosynth-spanner c: f526a44 h: refs/heads/master i: 13105: 60ead35 13103: c0fedb0
1 parent 7946673 commit 451e145

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
@@ -140,7 +140,7 @@ refs/heads/autosynth-os-login: daa910328b954bbe87068f684a3088ed910f1ddf
140140
refs/heads/autosynth-redis: 4c68cb0fbc599124e717ab3f24bd8a8a5d085ca9
141141
refs/heads/autosynth-scheduler: 2f0fe714a8541dc72f88b45bddd8748e5f21cf29
142142
refs/heads/autosynth-securitycenter: 8e95447ccb176c3648880ee0cb926cd1f4065156
143-
refs/heads/autosynth-spanner: 70d7efb2a5c33e6755a6c4c3ce0e52f2dee75c87
143+
refs/heads/autosynth-spanner: f526a44e5f6c35b442d9dd9b5a52b0399a983a3c
144144
refs/heads/autosynth-speech: 631df42a628621fe42eb4974c9eb725b2fe8e473
145145
refs/heads/autosynth-tasks: afc9f4da54964dea5e7f3a9b164db282fc35db5c
146146
refs/heads/autosynth-texttospeech: a447278ab2ec3975aab3b641549c6780eac0a07a

branches/autosynth-spanner/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)