Github user aweisberg commented on a diff in the pull request:

    https://github.com/apache/cassandra/pull/283#discussion_r225337690
  
    --- Diff: src/java/org/apache/cassandra/net/MessagingService.java ---
    @@ -665,9 +665,9 @@ public void updateBackPressureOnSend(InetAddressAndPort 
host, IAsyncCallback cal
         /**
          * Updates the back-pressure state on reception from the given host if 
enabled and the given message callback supports it.
          *
    -     * @param host The replica host the back-pressure state refers to.
    +     * @param host     The replica host the back-pressure state refers to.
    --- End diff --
    
    Your IDE is set up to fix whitespace on unchanged lines. That's generally 
not great just because it introduces a lot of extra changes, and if two people 
have IDEs with different preferences they end up fighting and introducing 
random conflicts all the time.
    
    Can you go through this change set and remove whitespace changes for things 
that haven't actually been touched?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to