File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed
gcloud-java-storage/src/main/java/com/google/cloud/storage/testing Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change 3838/**
3939 * A bare-bones in-memory implementation of Storage, meant for testing.
4040 *
41- * This class is NOT thread-safe. It's also (currently) limited in the following ways:
42- * - only partial support for create
43- * - only partial support for get
44- * - only partial support for delete
45- * - only partial support for directory listing
46- * - no support for generations
47- * - no support for file attributes
48- * - no support for patch
49- * - no support for continueRewrite
41+ * <p>This class is <i>not</i> thread-safe. It's also (currently) limited in the following ways:
42+ * <ul>
43+ * <li>Partially Supported
44+ * <ul>
45+ * <li>create
46+ * <li>get
47+ * <li>delete
48+ * <li>directory listing
49+ * </ul>
50+ * <li>Unsupported
51+ * <ul>
52+ * <li>generations
53+ * <li>file attributes
54+ * <li>patch
55+ * <li>continueRewrite
56+ * </ul>
57+ * </ul>
5058 */
5159@ NotThreadSafe
5260public class FakeStorageRpc implements StorageRpc {
You can’t perform that action at this time.
0 commit comments