arturobernalg commented on a change in pull request #195:
URL: https://github.com/apache/commons-compress/pull/195#discussion_r637403460
##########
File path: src/test/java/org/apache/commons/compress/archivers/TarTestCase.java
##########
@@ -569,7 +569,7 @@ public void testTarFileLongNameLargerThanBuffer() throws
IOException {
}
private String createLongName(final int nameLength) {
- final StringBuffer buffer = new StringBuffer();
+ final StringBuilder buffer = new StringBuilder();
Review comment:
Yep, sorry.
It was intentionally, I didn't think another PR was necessary. Next time
will be more careful
TY
--
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]