anmolanmol1234 commented on code in PR #8153:
URL: https://github.com/apache/hadoop/pull/8153#discussion_r2671831182


##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsInputStream.java:
##########
@@ -334,7 +350,7 @@ private boolean shouldReadLastBlock() {
    * @return number of bytes read
    * @throws IOException if there is an error
    */
-  protected abstract int readOneBlock(final byte[] b, final int off, final int 
len) throws IOException;
+  protected abstract int readOneBlock(byte[] b, int off, int len) throws 
IOException;

Review Comment:
   shouldn't these parameters be still kept final ?



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

Reply via email to