Skip to content

Commit 563e074

Browse files
jartmziccard
authored andcommitted
---
yaml --- r: 3469 b: refs/heads/master c: 85257a0 h: refs/heads/master i: 3467: 51817ee
1 parent f77037e commit 563e074

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 1305c4d223daa36247ffcc1e756f03cc4dea7586
2+
refs/heads/master: 85257a0ea851ad791906f4917f8438f290ae3d9b
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b

trunk/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)