Skip to content

Commit 86670fb

Browse files
charlesliqlogicchingor13
authored andcommitted
---
yaml --- r: 13519 b: refs/heads/autosynth-dlp c: 2b9f530 h: refs/heads/master i: 13517: a708810 13515: a7ebe24 13511: ff5374f 13503: abc6b9d
1 parent 35cc998 commit 86670fb

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
@@ -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: b7c18780765dfb4f676701071e46d27574712f71
107+
refs/heads/autosynth-dlp: 2b9f5301ec70f1bbeac0637375d1961ee71a2a22
108108
refs/heads/autosynth-logging: f8794c50a64f62b167cddf42513d133547679e01
109109
refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
110110
refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6

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