Skip to content

Commit 2a77c63

Browse files
elisheva-qlogicchingor13
authored andcommitted
---
yaml --- r: 11547 b: refs/heads/autosynth-dataproc c: 6573662 h: refs/heads/master i: 11545: 5481997 11543: 3eda5e0
1 parent 54a081c commit 2a77c63

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
@@ -114,7 +114,7 @@ refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
114114
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115115
refs/heads/autosynth-compute: fa508ebab5b6a1db14949441c8de868cefbcf1a6
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117-
refs/heads/autosynth-dataproc: e333f47279194ab2505bedc49e8c6e249c0316f1
117+
refs/heads/autosynth-dataproc: 6573662bc102c8bb43c77b5b8008ff7095da25a1
118118
refs/heads/autosynth-monitoring: 2cb98362409ff765ae26032b64bc84191cdc6dda
119119
refs/heads/autosynth-pubsub: 957d781d8d170777a53a948cd958e368a96eacd5
120120
refs/heads/autosynth-video-intelligence: 06fb1841ae847f4ef79a62ba995efbabc213edf8

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