Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 502608811
  • Loading branch information
kluever authored and Google Java Core Libraries committed Jan 17, 2023
1 parent 5530374 commit 3b68684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void testConstantNameMatchesString() throws Exception {
.put("SEC_WEBSOCKET_VERSION", "Sec-WebSocket-Version")
.put("X_WEBKIT_CSP", "X-WebKit-CSP")
.put("X_WEBKIT_CSP_REPORT_ONLY", "X-WebKit-CSP-Report-Only")
.build();
.buildOrThrow();
ImmutableSet<String> uppercaseAcronyms =
ImmutableSet.of(
"CH", "ID", "DNT", "DNS", "DPR", "ECT", "HTTP2", "IP", "MD5", "P3P", "RTT", "TE", "UA",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void testConstantNameMatchesString() throws Exception {
.put("SEC_WEBSOCKET_VERSION", "Sec-WebSocket-Version")
.put("X_WEBKIT_CSP", "X-WebKit-CSP")
.put("X_WEBKIT_CSP_REPORT_ONLY", "X-WebKit-CSP-Report-Only")
.build();
.buildOrThrow();
ImmutableSet<String> uppercaseAcronyms =
ImmutableSet.of(
"CH", "ID", "DNT", "DNS", "DPR", "ECT", "HTTP2", "IP", "MD5", "P3P", "RTT", "TE", "UA",
Expand Down

0 comments on commit 3b68684

Please sign in to comment.