vldpyatkov commented on code in PR #2757:
URL: https://github.com/apache/ignite-3/pull/2757#discussion_r1373089846


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java:
##########
@@ -1829,9 +1830,8 @@ public void request(long n) {
                 if (n <= 0) {
                     cancel(null, true);
 
-                    subscriber.onError(new 
IllegalArgumentException(IgniteStringFormatter
-                            .format("Invalid requested amount of items 
[requested={}, minValue=1]", n))
-                    );
+                    subscriber.onError(new IllegalArgumentException(
+                            format("Invalid requested amount of items 
[requested={}, minValue=1]", n)));

Review Comment:
   We don't set a final dot.



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

Reply via email to