Skip to content

Commit

Permalink
Add missing javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <kalsac@amazon.com>
  • Loading branch information
Sachin Kale committed Jul 2, 2023
1 parent 3336c99 commit ff09074
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ default long readBlobPreferredLength() {
*/
Map<String, BlobMetadata> listBlobsByPrefix(String blobNamePrefix) throws IOException;

/**
* The type representing sort order of blob names
*/
enum BlobNameSortOrder {

LEXICOGRAPHIC(Comparator.comparing(BlobMetadata::name)),
Expand Down

0 comments on commit ff09074

Please sign in to comment.