Skip to content

Commit c88e6c7

Browse files
kenfestachingor13
authored andcommitted
---
yaml --- r: 12975 b: refs/heads/autosynth-scheduler c: f526a44 h: refs/heads/master i: 12973: 26f7ed8 12971: c24b5f8 12967: d6df3b4 12959: c5e05c8
1 parent 40e0fc6 commit c88e6c7

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
@@ -138,7 +138,7 @@ refs/heads/autosynth-kms: dcc6e15d68759010c8735cc868135bd7e6c1cc5f
138138
refs/heads/autosynth-language: 8972866b016473559702424205ce5569de47b34d
139139
refs/heads/autosynth-os-login: daa910328b954bbe87068f684a3088ed910f1ddf
140140
refs/heads/autosynth-redis: 4c68cb0fbc599124e717ab3f24bd8a8a5d085ca9
141-
refs/heads/autosynth-scheduler: 70d7efb2a5c33e6755a6c4c3ce0e52f2dee75c87
141+
refs/heads/autosynth-scheduler: f526a44e5f6c35b442d9dd9b5a52b0399a983a3c
142142
refs/heads/autosynth-securitycenter: 80dc94847b954c97a641519177c98dc8e9e9fbe1
143143
refs/heads/autosynth-spanner: 1804eb46dd34a05b47163758d376a7fac49188f1
144144
refs/heads/autosynth-speech: 631df42a628621fe42eb4974c9eb725b2fe8e473

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