Skip to content

Commit

Permalink
htmlify
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-philippe-martin committed Jun 21, 2016
1 parent bd2eaf6 commit 3e75e25
Showing 1 changed file with 17 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,23 @@
/**
* A bare-bones in-memory implementation of Storage, meant for testing.
*
* This class is NOT thread-safe. It's also (currently) limited in the following ways:
* - only partial support for create
* - only partial support for get
* - only partial support for delete
* - only partial support for directory listing
* - no support for generations
* - no support for file attributes
* - no support for patch
* - no support for continueRewrite
* <p>This class is <i>not</i> thread-safe. It's also (currently) limited in the following ways:
* <ul>
* <li>Partially Supported
* <ul>
* <li>create
* <li>get
* <li>delete
* <li>directory listing
* </ul>
* <li>Unsupported
* <ul>
* <li>generations
* <li>file attributes
* <li>patch
* <li>continueRewrite
* </ul>
* </ul>
*/
@NotThreadSafe
public class FakeStorageRpc implements StorageRpc {
Expand Down

0 comments on commit 3e75e25

Please sign in to comment.