Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marten Deinum opened INT-3696 and commented
The FtpFileInfo class uses a java.lang.StringBuffer where a java.lang.StringBuilder could be used.
FtpFileInfo
java.lang.StringBuffer
java.lang.StringBuilder
Affects: 4.0.7, 4.1.3
Referenced from: pull request #1439
Backported to: 4.0.8
The text was updated successfully, but these errors were encountered:
garyrussell
No branches or pull requests
Marten Deinum opened INT-3696 and commented
The
FtpFileInfo
class uses ajava.lang.StringBuffer
where ajava.lang.StringBuilder
could be used.Affects: 4.0.7, 4.1.3
Referenced from: pull request #1439
Backported to: 4.0.8
The text was updated successfully, but these errors were encountered: