kamaci commented on pull request #1107:
URL: https://github.com/apache/fluo/pull/1107#issuecomment-710285441


   > The expression, `prev + val + ""` looks ambiguous to me. I can't tell if 
it is supposed to be `Integer.toString(prev) + Integer.toString(val)` or 
`Integer.toString(prev + val)`.
   > 
   > This is an existing problem, and not related to your changes, but if you 
want to fix it, it would be a good improvement.
   > 
   > Your changes look fine to me, though. Thanks!
   
   I've used `prevStr` variable.


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

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


Reply via email to