jojochuang commented on code in PR #8614:
URL: https://github.com/apache/ozone/pull/8614#discussion_r2143392616
##########
hadoop-ozone/httpfsgateway/src/main/java/org/apache/ozone/fs/http/server/CheckUploadContentTypeFilter.java:
##########
@@ -63,11 +63,10 @@ public void init(FilterConfig config) throws
ServletException {
* Enforces the content-type to be application/octet-stream for
* POST and PUT requests.
*
- * @param request servlet request.
+ * @param request servlet request.
* @param response servlet response.
- * @param chain filter chain.
- *
- * @throws IOException thrown if an IO error occurs.
+ * @param chain filter chain.
+ * @throws IOException thrown if an IO error occurs.
Review Comment:
the indentation seems wrong. Better not to change it since there's no change
to parameters.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]