Copilot commented on code in PR #12891:
URL: https://github.com/apache/gravitino/pull/12891#discussion_r3924848394


##########
server-common/src/main/java/org/apache/gravitino/server/web/RequestContextFilter.java:
##########
@@ -28,24 +32,52 @@
 import javax.servlet.ServletResponse;
 import javax.servlet.http.HttpServletRequest;
 import org.apache.commons.lang3.StringUtils;
+import org.apache.gravitino.audit.AuditLogRedactor;

Review Comment:
   `AuditLogRedactor` is only referenced from Javadoc, so the explicit import 
is unused and will fail compilation/checkstyle. Remove the import and use the 
fully-qualified name in the Javadoc `{@link ...}` references instead.



-- 
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]

Reply via email to