You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/10/30 15:51:40 UTC

[GitHub] david-streamlio commented on a change in pull request #2865: Refactored JCloud Tiered Storage

david-streamlio commented on a change in pull request #2865: Refactored JCloud Tiered Storage
URL: https://github.com/apache/pulsar/pull/2865#discussion_r229366289
 
 

 ##########
 File path: tiered-storage/jcloud/src/main/java/org/apache/bookkeeper/mledger/offload/jcloud/BackedInputStream.java
 ##########
 @@ -18,9 +18,12 @@
  */
 package org.apache.bookkeeper.mledger.offload.jcloud;
 
-import java.io.InputStream;
 import java.io.IOException;
+import java.io.InputStream;
 
+/**
 
 Review comment:
   This change, along with several others you have flagged as "unrelated" are actually changes made to conform with the check style rules defined in the pulsar/buildtools/src/main/resources/pulsar/checkstyle.xml file.  
   
   Before I commit my changes I run "mvn -Pcontrib-check clean install" , which flags any check style violations.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services