You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-texttospeech/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/BatchClientImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public class BatchClientImpl implements BatchClient {
46
46
47
47
@Override
48
48
public BatchReadOnlyTransaction batchReadOnlyTransaction(TimestampBound bound) {
Copy file name to clipboardExpand all lines: branches/autosynth-texttospeech/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClientImpl.java
Copy file name to clipboardExpand all lines: branches/autosynth-texttospeech/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ForwardingResultSet.java
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,26 @@
22
22
/** Forwarding implementation of ResultSet that forwards all calls to a delegate. */
23
23
public class ForwardingResultSet extends ForwardingStructReader implements ResultSet {
Copy file name to clipboardExpand all lines: branches/autosynth-texttospeech/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ForwardingStructReader.java
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,23 @@
25
25
/** Forwarding implements of StructReader */
26
26
public class ForwardingStructReader implements StructReader {
27
27
28
-
private final StructReader delegate;
28
+
private StructReader delegate;
29
29
30
30
public ForwardingStructReader(StructReader delegate) {
0 commit comments