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 2022/04/13 18:05:48 UTC

[GitHub] [hbase] apurtell commented on pull request #4312: HBASE-26899 Run spotless:apply

apurtell commented on PR #4312:
URL: https://github.com/apache/hbase/pull/4312#issuecomment-1098337797

   Spot checked some files, mostly lgtm but I am not a fan of this particular change:
   
       someMethodWithParams(that, causes, the, line, to, become, too, long, and, used, to,
           be, wrapped, like, this)
   
   -> 
   
       someMethodWithParams(that,
           causes,
           the,
           line,
           to,
           become,
           too,
           long,
           and,
           used,
           to,
           be,
           wrapped,
           like,
           this)
   


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

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org