You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by GitBox <gi...@apache.org> on 2019/05/06 15:00:23 UTC

[GitHub] [jclouds] oflebbe commented on a change in pull request #27: JCLOUDS-1497: Fix checkstyle-suppressions for jcloud-labs

oflebbe commented on a change in pull request #27: JCLOUDS-1497: Fix checkstyle-suppressions for jcloud-labs
URL: https://github.com/apache/jclouds/pull/27#discussion_r281223761
 
 

 ##########
 File path: resources/checkstyle.xml
 ##########
 @@ -48,7 +48,7 @@
         </module>
         <module name="NoWhitespaceBefore"/>
         <module name="RedundantImport"/>
-        <module name="RedundantModifier"/>
+       <!-- <module name="RedundantModifier"/> -->
 
 Review comment:
   We have some static imports (search for "import static") in the code. I am doubting it is worth the effort to fix it. Wdyt ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services