Skip to content

Commit 13afe1f

Browse files
authored
---
yaml --- r: 9017 b: refs/heads/lesv-patch-1 c: 18bdfb6 h: refs/heads/master i: 9015: a53f49d
1 parent 6c9c5cb commit 13afe1f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ refs/tags/v0.22.0: 18b298fe4bfe8ec2f20b0e0bf7ffdcce5cc3c5fe
6666
refs/heads/vam-google-patch-1: d0c8fee3a4074d0bf7360ce8c4f7f7223d0ee7b9
6767
refs/heads/vam-google-patch-CODEOWNERS: 2ac1616e25229e51d08a984708ef1918f91a35ee
6868
refs/heads/danoscarmike-patch-1: 7342a9916bce4ed00002c7202e2a16c5d46afaea
69-
refs/heads/lesv-patch-1: 2f5d941e5e3d604fd3b493a5d213cc86a8f61d6e
69+
refs/heads/lesv-patch-1: 18bdfb64f1df1069edc30f146d50dfd8dc48975a
7070
refs/heads/ml-update-branch: 079dd6610017f5c51b9d1938c12d6d55b61513cf
7171
refs/heads/vkedia-patch-2: 7d8241388a9769a5c069334761b06c7012c878e7
7272
refs/heads/vkedia-patch-3: 4d128043acaa7db9160faf439d2ca6104e8a88cb

branches/lesv-patch-1/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/testing/FakeStorageRpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import javax.annotation.concurrent.NotThreadSafe;
4242

4343
/**
44-
* A bare-bones in-memory implementation of Storage, meant for testing.
44+
* A bare-bones in-memory implementation of StorageRpc, meant for testing.
4545
*
4646
* <p>This class is <i>not</i> thread-safe. It's also (currently) limited in the following ways:
4747
* <ul>

branches/lesv-patch-1/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/testing/LocalStorageHelper.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
* <li>IAM operations</li>
4949
* </ul>
5050
* </ul>
51+
*
52+
* {@link FakeStorageRpc#list(String, Map<Option, ?>)} lists all the objects that have been created rather than
53+
* the objects in the provided bucket. Since this class does not support creating, listing and deleting buckets,
54+
* the parameter bucket here is not actually used and on serves as a placeholder.
5155
*/
5256
public final class LocalStorageHelper {
5357

0 commit comments

Comments
 (0)