Skip to content

Commit 20a17ba

Browse files
kenfestachingor13
authored andcommitted
---
yaml --- r: 16345 b: refs/heads/autosynth-iot c: f526a44 h: refs/heads/master i: 16343: 812bdec
1 parent 0a13f42 commit 20a17ba

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
@@ -133,7 +133,7 @@ refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
133133
refs/heads/autosynth-dialogflow: d7477419376eac9b6dcc7dbcede581152527351d
134134
refs/heads/autosynth-errorreporting: 9891e73a56af7c097829ca7a521b0e862ba6af30
135135
refs/heads/autosynth-firestore: ddb29f8ee445a938fc40be8227dea87b3f508ab3
136-
refs/heads/autosynth-iot: 70d7efb2a5c33e6755a6c4c3ce0e52f2dee75c87
136+
refs/heads/autosynth-iot: f526a44e5f6c35b442d9dd9b5a52b0399a983a3c
137137
refs/heads/autosynth-kms: dcc6e15d68759010c8735cc868135bd7e6c1cc5f
138138
refs/heads/autosynth-language: 8972866b016473559702424205ce5569de47b34d
139139
refs/heads/autosynth-os-login: daa910328b954bbe87068f684a3088ed910f1ddf

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