Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Oct 2, 2024
1 parent 110cd7c commit 82498c1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public class QueryIdCachingProxyHandler
public static final String UI_API_QUEUED_LIST_PATH = "/ui/api/query?state=QUEUED";
public static final String TRINO_UI_PATH = "/ui";
public static final String OAUTH_PATH = "/oauth2";
public static final String AUTHORIZATION = "Authorization";
public static final String USER_HEADER = "X-Trino-User";

private QueryIdCachingProxyHandler() {}
Expand Down

0 comments on commit 82498c1

Please sign in to comment.