5 commented on code in PR #81:
URL: https://github.com/apache/cassandra-sidecar/pull/81#discussion_r1468183432


##########
client/src/main/java/org/apache/cassandra/sidecar/client/SidecarClientConfigImpl.java:
##########
@@ -93,40 +121,62 @@ public Builder self()
         }
 
         /**
-         * Sets the {@code maxRetries} and returns a reference to this Builder 
enabling method chaining.
+         * Sets the {@code maxRetries} and returns a reference to this Builder 
enabling method chaining
          *
          * @param maxRetries the {@code maxRetries} to set
          * @return a reference to this Builder
          */
         public Builder maxRetries(int maxRetries)
         {
-            return update(b -> b.maxRetries = maxRetries);
+            return update(builder -> builder.maxRetries = maxRetries);

Review Comment:
   Reverted to single-letter names here and in several other places.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to