Skip to content

Commit

Permalink
revert unnecessary modifier change for this change.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 committed May 7, 2024
1 parent d291dc7 commit 8a04cff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class ApiClientHeaderProvider implements HeaderProvider, Serializable {
private static final long serialVersionUID = -8876627296793342119L;
static final String QUOTA_PROJECT_ID_HEADER_KEY = "x-goog-user-project";

public static final String API_VERSION_HEADER_KEY = "x-goog-api-version";
static final String API_VERSION_HEADER_KEY = "x-goog-api-version";

private final Map<String, String> headers;

Expand Down

0 comments on commit 8a04cff

Please sign in to comment.