wernerdv commented on code in PR #13495:
URL: https://github.com/apache/ignite/pull/13495#discussion_r3852523231


##########
modules/commons/src/main/java/org/apache/ignite/internal/util/tostring/SBLimitedLength.java:
##########
@@ -91,6 +91,7 @@ private GridStringBuilder onWrite(int lenBeforeWrite) {
     /** {@inheritDoc} */
     @Override public GridStringBuilder a(Object obj) {
         if (lenLimit.overflowed(this)) {
+            initTailIfAbsent();

Review Comment:
   Please add a new line after this one here, and in the other places as well.



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