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 LineLength 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: [email protected] With regards, Apache Git Services
