tasanuma commented on a change in pull request #3073:
URL: https://github.com/apache/hadoop/pull/3073#discussion_r647114167



##########
File path: 
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocolPB/PBHelperClient.java
##########
@@ -32,7 +32,7 @@
 import org.apache.hadoop.thirdparty.com.google.common.cache.CacheBuilder;
 import org.apache.hadoop.thirdparty.com.google.common.cache.CacheLoader;
 import org.apache.hadoop.thirdparty.com.google.common.cache.LoadingCache;
-import org.apache.hadoop.thirdparty.com.google.common.collect.Lists;
+import org.apache.hadoop.util.Lists;

Review comment:
       @virajjasani Could you please arrange the import statements a little 
more alphabetically? Although I don't think it needs to be perfect, it doesn't 
look good to have `import org.apache.hadoop.util` between `import 
org.apache.hadoop.thirdparty`s.




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

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