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/update-datastore/gcloud-java-storage/src/main/java/com/google/gcloud/storage/BlobReadChannelImpl.java
+23-4Lines changed: 23 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
importcom.google.gcloud.RestorableState;
24
24
importcom.google.gcloud.RetryHelper;
25
25
importcom.google.gcloud.spi.StorageRpc;
26
+
importcom.google.gcloud.spi.StorageRpc.Tuple;
26
27
27
28
importjava.io.IOException;
28
29
importjava.io.Serializable;
@@ -41,6 +42,7 @@ class BlobReadChannelImpl implements BlobReadChannel {
Copy file name to clipboardExpand all lines: branches/update-datastore/gcloud-java-storage/src/test/java/com/google/gcloud/storage/BlobReadChannelImplTest.java
+37-11Lines changed: 37 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@
19
19
importstaticorg.easymock.EasyMock.anyObject;
20
20
importstaticorg.easymock.EasyMock.createMock;
21
21
importstaticorg.easymock.EasyMock.expect;
22
-
importstaticorg.easymock.EasyMock.expectLastCall;
23
22
importstaticorg.easymock.EasyMock.replay;
24
23
importstaticorg.easymock.EasyMock.verify;
25
24
importstaticorg.junit.Assert.assertArrayEquals;
@@ -46,7 +45,7 @@ public class BlobReadChannelImplTest {
Copy file name to clipboardExpand all lines: branches/update-datastore/gcloud-java-storage/src/test/java/com/google/gcloud/storage/StorageImplTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1030,7 +1030,7 @@ public void testReaderWithOptions() throws IOException {
0 commit comments