garydgregory commented on code in PR #141:
URL: https://github.com/apache/commons-net/pull/141#discussion_r1069934643
##########
src/main/java/org/apache/commons/net/ftp/parser/MLSxEntryParser.java:
##########
@@ -64,10 +64,10 @@ public class MLSxEntryParser extends FTPFileEntryParserImpl
{
private static final HashMap<String, Integer> TYPE_TO_INT = new
HashMap<>();
static {
- TYPE_TO_INT.put("file", Integer.valueOf(FTPFile.FILE_TYPE));
Review Comment:
Don't change this code: leave boxing/unboxing alone.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]