Skip to content

Commit 51ccf2d

Browse files
vishalyaChaho12
andauthored
Update gateway-ha/src/main/java/io/trino/gateway/ha/security/QueryMetadataParser.java
Co-authored-by: Jaeho Yoo <[email protected]>
1 parent 0afb7dd commit 51ccf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway-ha/src/main/java/io/trino/gateway/ha/security/QueryMetadataParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void filter(ContainerRequestContext requestContext)
6767
}
6868

6969
log.debug("Processing query metadata for path: %s", path);
70-
//Buffer the entity (aka body of the request) for future reads during request processing
70+
// Buffer the entity (aka body of the request) for future reads during request processing
7171
ContainerRequest jerseyRequest = (ContainerRequest) requestContext;
7272
jerseyRequest.bufferEntity();
7373

0 commit comments

Comments
 (0)