bodewig commented on a change in pull request #195:
URL: https://github.com/apache/commons-compress/pull/195#discussion_r637403206



##########
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:
       I don't see any redundant variable here :-)
   
   I assume you added changes you intended to create as separate commits by 
accident. Please make sure your PR title and description matches what your 
change actually does.




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