Skip to content

Commit aa20248

Browse files
jartmziccard
authored andcommitted
---
yaml --- r: 7407 b: refs/heads/tswast-patch-1 c: 85257a0 h: refs/heads/master i: 7405: f39925f 7403: 92bb904 7399: 0610796 7391: 68a3094
1 parent 0dfc93a commit aa20248

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 1305c4d223daa36247ffcc1e756f03cc4dea7586
60+
refs/heads/tswast-patch-1: 85257a0ea851ad791906f4917f8438f290ae3d9b
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-storage/src/main/java/com/google/cloud/storage/testing/FakeStorageRpc.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ public boolean delete(StorageObject object, Map<Option, ?> options) throws Stora
193193

194194
@Override
195195
public RpcBatch createBatch() {
196-
return null;
196+
//return new DefaultRpcBatch(storage);
197+
throw new UnsupportedOperationException();
197198
}
198199

199200
@Override
@@ -328,7 +329,7 @@ private void potentiallyThrow(Map<Option, ?> options) throws UnsupportedOperatio
328329
throw new UnsupportedOperationException();
329330
}
330331
}
331-
332+
332333
// Returns true if this is a folder. Adds it to folders if it isn't already there.
333334
private static boolean processedAsFolder(StorageObject so, String delimiter, String prefix, /* inout */ Map<String, StorageObject> folders) {
334335
if (delimiter == null) {

0 commit comments

Comments
 (0)