Skip to content

Commit 81793bb

Browse files
elisheva-qlogicchingor13
authored andcommitted
---
yaml --- r: 12397 b: refs/heads/autosynth-speech c: 6573662 h: refs/heads/master i: 12395: 46b0cc1
1 parent 0b6786a commit 81793bb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ refs/heads/autosynth-redis: 4c68cb0fbc599124e717ab3f24bd8a8a5d085ca9
141141
refs/heads/autosynth-scheduler: efd0edcd8fc21ccea9b4ffb0e0c4949ee04115aa
142142
refs/heads/autosynth-securitycenter: 80dc94847b954c97a641519177c98dc8e9e9fbe1
143143
refs/heads/autosynth-spanner: 1804eb46dd34a05b47163758d376a7fac49188f1
144-
refs/heads/autosynth-speech: e333f47279194ab2505bedc49e8c6e249c0316f1
144+
refs/heads/autosynth-speech: 6573662bc102c8bb43c77b5b8008ff7095da25a1
145145
refs/heads/autosynth-tasks: 69be7c7aa2f85dd651c7ec2120d9227096fe11b0
146146
refs/heads/autosynth-texttospeech: 14a1e3455c7b78a9558ab1bb74934b3f7b705f11
147147
refs/heads/autosynth-trace: ce82b40155f6e05d2ed50d78386b16203dbf26d4

branches/autosynth-speech/google-cloud-clients/google-cloud-core/src/test/java/com/google/cloud/ServiceOptionsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ private TestServiceImpl(TestServiceOptions options) {
180180
}
181181
}
182182

183-
private interface TestServiceFactory extends ServiceFactory<TestService, TestServiceOptions> {}
183+
public interface TestServiceFactory extends ServiceFactory<TestService, TestServiceOptions> {}
184184

185185
private static class DefaultTestServiceFactory implements TestServiceFactory {
186186
private static final TestServiceFactory INSTANCE = new DefaultTestServiceFactory();
@@ -191,7 +191,7 @@ public TestService create(TestServiceOptions options) {
191191
}
192192
}
193193

194-
private interface TestServiceRpcFactory
194+
public interface TestServiceRpcFactory
195195
extends ServiceRpcFactory<TestServiceOptions> {}
196196

197197
private static class DefaultTestServiceRpcFactory implements TestServiceRpcFactory {

0 commit comments

Comments
 (0)