Skip to content

Commit

Permalink
Fix a format (linkedin#2799)
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie Guo <[email protected]>
  • Loading branch information
SophieGuo410 and Sophie Guo authored Jun 12, 2024
1 parent b08e5b9 commit 32a0845
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public class NamedBlobPath {

static final String PREFIX_PARAM = "prefix";
static final String PAGE_PARAM = "page";
static final String MARKER = "Marker";
static final String CONTINUATION_TOKEN = "ContinuationToken";
static final String MARKER = "marker";
static final String CONTINUATION_TOKEN = "continuation-token";
static final int MAX_BLOB_NAME_LENGTH = 350;
static final String LIST_TYPE = "list-type";
static final String LIST_TYPE_VERSION_2 = "2";
Expand Down

0 comments on commit 32a0845

Please sign in to comment.