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


##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/contracts/services/AzureServiceErrorCode.java:
##########
@@ -99,24 +104,22 @@ public static AzureServiceErrorCode 
getAzureServiceCode(int httpStatusCode, Stri
         return azureServiceErrorCode;
       }
     }
-
     return UNKNOWN;
   }
 
-  public static AzureServiceErrorCode getAzureServiceCode(int httpStatusCode, 
String errorCode, final String errorMessage) {
+  public static AzureServiceErrorCode getAzureServiceCode(int httpStatusCode, 
String errorCode, String errorMessage) {

Review Comment:
   This was done because there was a bug in the code, the exact error message 
that needed to be matched was obtained in the first line of the string. 
Retained the 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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to