You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/10/14 13:08:17 UTC

[GitHub] [incubator-iceberg] Fokko commented on issue #539: Replace StringBuffer by StringBuilder

Fokko commented on issue #539: Replace StringBuffer by StringBuilder
URL: https://github.com/apache/incubator-iceberg/pull/539#issuecomment-541667320
 
 
   I had to do some research there. It looks the same to me. The docstrings are the same:
   
   https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html
   https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuffer.html
   
   Also the `.length()` method is the equal for both of the classes (character count).

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org