Skip to content

Commit 43e86d9

Browse files
elisheva-qlogicchingor13
authored andcommitted
---
yaml --- r: 11383 b: refs/heads/autosynth-dlp c: 6573662 h: refs/heads/master i: 11381: c493498 11379: 6ef3991 11375: 84ff0fd
1 parent 6914443 commit 43e86d9

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
@@ -104,7 +104,7 @@ refs/tags/v0.60.0: 4cd518d0612329f8a8e53484eef4cd1651e32855
104104
refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
105105
refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
106106
refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
107-
refs/heads/autosynth-dlp: e333f47279194ab2505bedc49e8c6e249c0316f1
107+
refs/heads/autosynth-dlp: 6573662bc102c8bb43c77b5b8008ff7095da25a1
108108
refs/heads/autosynth-logging: 16abf36655b4f47c6c337b074156098f09ec5577
109109
refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
110110
refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6

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