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 {