From 1e6b5aa681d5077d0189a72d3853bfdb4b3f8767 Mon Sep 17 00:00:00 2001 From: JP Martin Date: Tue, 21 Jun 2016 13:07:30 -0700 Subject: [PATCH] Document limitations of FakeStorageRpc (#1069) --- .../cloud/storage/testing/FakeStorageRpc.java | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/gcloud-java-storage/src/main/java/com/google/cloud/storage/testing/FakeStorageRpc.java b/gcloud-java-storage/src/main/java/com/google/cloud/storage/testing/FakeStorageRpc.java index a07f5dc26c4c..0639708f31f3 100644 --- a/gcloud-java-storage/src/main/java/com/google/cloud/storage/testing/FakeStorageRpc.java +++ b/gcloud-java-storage/src/main/java/com/google/cloud/storage/testing/FakeStorageRpc.java @@ -37,9 +37,24 @@ /** * A bare-bones in-memory implementation of Storage, meant for testing. - * See LocalGcsHelper. * - * This class is NOT thread-safe. + *

This class is not thread-safe. It's also (currently) limited in the following ways: + *

*/ @NotThreadSafe public class FakeStorageRpc implements StorageRpc {