anoopsjohn commented on a change in pull request #2073:
URL: https://github.com/apache/hadoop/pull/2073#discussion_r446486095



##########
File path: 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/SyncableDataOutputStream.java
##########
@@ -22,12 +22,13 @@
 import java.io.IOException;
 import java.io.OutputStream;
 
-import org.apache.hadoop.classification.InterfaceAudience;
-import org.apache.hadoop.fs.StreamCapabilities;
-import org.apache.hadoop.fs.Syncable;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+import org.apache.hadoop.fs.StreamCapabilities;
+import org.apache.hadoop.fs.Syncable;
+import org.apache.hadoop.classification.InterfaceAudience;

Review comment:
       sorry Steve am not getting fully.
   So you say move this entire org.apache block to L27 (So that new new line 
between org.slf4j and org.apache block)
   Or u want to move import org.apache.hadoop.classification.InterfaceAudience; 
(In L30) to L28 so that within org.apache block things are properly imported in 
order and still keep this org.apache and org.slf as 2 blocks.




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