Skip to content

Commit aeb9663

Browse files
elisheva-qlogicchingor13
authored andcommitted
---
yaml --- r: 12515 b: refs/heads/autosynth-websecurityscanner c: 6573662 h: refs/heads/master i: 12513: 903b2a9 12511: fcfa3f7
1 parent 9c3df8f commit aeb9663

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
@@ -145,7 +145,7 @@ refs/heads/autosynth-speech: 631df42a628621fe42eb4974c9eb725b2fe8e473
145145
refs/heads/autosynth-tasks: afc9f4da54964dea5e7f3a9b164db282fc35db5c
146146
refs/heads/autosynth-texttospeech: a447278ab2ec3975aab3b641549c6780eac0a07a
147147
refs/heads/autosynth-trace: 80c58aa2fb54b0a9c6876f2c21aa8d19cf55962e
148-
refs/heads/autosynth-websecurityscanner: e333f47279194ab2505bedc49e8c6e249c0316f1
148+
refs/heads/autosynth-websecurityscanner: 6573662bc102c8bb43c77b5b8008ff7095da25a1
149149
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
150150
refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9
151151
refs/heads/mrschmidt-fieldmask: b9d150d918f42f68109f9f85f325a99954237b3a

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