Skip to content

Commit 9973ba7

Browse files
charlesliqlogicchingor13
authored andcommitted
---
yaml --- r: 13979 b: refs/heads/autosynth-container c: 2b9f530 h: refs/heads/master i: 13977: bace816 13975: fa55328
1 parent ce87088 commit 9973ba7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ refs/tags/v0.65.0: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
113113
refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
114114
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115115
refs/heads/autosynth-compute: 8e86445e504cea6f99b9fb237bfd7f0e5ef8b3ce
116-
refs/heads/autosynth-container: b7c18780765dfb4f676701071e46d27574712f71
116+
refs/heads/autosynth-container: 2b9f5301ec70f1bbeac0637375d1961ee71a2a22
117117
refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118118
refs/heads/autosynth-monitoring: 120f508e0065f4ce39cf0e6a69a08138773f2cfb
119119
refs/heads/autosynth-pubsub: ed3340e32d13bb1a42ca4431cb1ad9bdaf550aa4

branches/autosynth-container/google-cloud-clients/google-cloud-firestore/src/main/java/com/google/cloud/firestore/BasePath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* BasePath represents a path sequence in the Firestore database. It is composed of an ordered
2626
* sequence of string segments.
2727
*/
28-
abstract class BasePath<B extends BasePath<B>> implements Comparable<B> {
28+
public abstract class BasePath<B extends BasePath<B>> implements Comparable<B> {
2929

3030
/**
3131
* Returns the segments that make up this path.

branches/autosynth-container/google-cloud-clients/google-cloud-firestore/src/main/java/com/google/cloud/firestore/UpdateBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* Abstract class that collects and bundles all write operations for {@link Transaction} and {@link
4444
* WriteBatch}.
4545
*/
46-
abstract class UpdateBuilder<T extends UpdateBuilder> {
46+
public abstract class UpdateBuilder<T extends UpdateBuilder> {
4747

4848
private static class Mutation {
4949
Write.Builder document;

branches/autosynth-container/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/Option.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import java.util.Objects;
2525

2626
/** Base class for Storage operation option. */
27-
abstract class Option implements Serializable {
27+
public abstract class Option implements Serializable {
2828

2929
private static final long serialVersionUID = -73199088766477208L;
3030

0 commit comments

Comments
 (0)