Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Renaming headers from ubi to ubl.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Feb 21, 2024
1 parent 3a61361 commit 2f8e3fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/org/opensearch/ubl/HeaderConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

public enum HeaderConstants {

QUERY_ID_HEADER("X-ubi-query-id"),
EVENT_STORE_HEADER("X-ubi-store"),
USER_ID_HEADER("X-ubi-user-id"),
SESSION_ID_HEADER("X-ubi-session-id");
QUERY_ID_HEADER("X-ubl-query-id"),
EVENT_STORE_HEADER("X-ubl-store"),
USER_ID_HEADER("X-ubl-user-id"),
SESSION_ID_HEADER("X-ubl-session-id");

private final String header;

Expand Down

0 comments on commit 2f8e3fe

Please sign in to comment.