justinmclean opened a new issue, #7632:
URL: https://github.com/apache/gravitino/issues/7632
### What would you like to be improved?
In server/src/main/java/org/apache/gravitino/server/web/Utils.java this code
can be improved:
```
String dataOperation =
httpRequest.getHeader(FilesetAuditConstants.HTTP_HEADER_FILESET_DATA_OPERATION);
if (StringUtils.isNotBlank(
httpRequest.getHeader(FilesetAuditConstants.HTTP_HEADER_FILESET_DATA_OPERATION)))
{
```
### How should we improve?
dataOperation can be used in the second line
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]