steveloughran commented on code in PR #6984:
URL: https://github.com/apache/hadoop/pull/6984#discussion_r1713989962


##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/kms/KMSClientProvider.java:
##########
@@ -17,7 +17,7 @@
  */
 package org.apache.hadoop.crypto.key.kms;
 
-import io.netty.util.internal.StringUtil;
+import org.apache.commons.lang3.StringUtils;

Review Comment:
   move this one line down to try and keep imports in order. its a losing 
battle. but we try...



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