Skip to content

Commit 3e75e25

Browse files
htmlify
1 parent bd2eaf6 commit 3e75e25

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

gcloud-java-storage/src/main/java/com/google/cloud/storage/testing/FakeStorageRpc.java

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,23 @@
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
5260
public class FakeStorageRpc implements StorageRpc {

0 commit comments

Comments
 (0)