You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/06/07 12:37:42 UTC

[GitHub] [hbase] syedmurtazahassan commented on a change in pull request #254: HBASE-22481: Javadoc Warnings reference not found

syedmurtazahassan commented on a change in pull request #254: HBASE-22481: Javadoc Warnings reference not found
URL: https://github.com/apache/hbase/pull/254#discussion_r291573338
 
 

 ##########
 File path: hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml
 ##########
 @@ -45,4 +45,5 @@
   <suppress checks="IllegalImport" message="org\.apache\.htrace\.core"/>
   <suppress checks="ImportOrder" message="Extra separation in import group before"/>
   <suppress checks="MethodLength" files="DemoClient.java"/>
+  <suppress checks="LineLength" files="MultiTableSnapshotInputFormat.java"/>
 
 Review comment:
   I have suppressed LineLenghth check only on the offending lines in the javadoc using "@SuppressWarnings"  annotation. Kindly check the 4th commit for this change. 

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