garydgregory commented on code in PR #258:
URL: https://github.com/apache/commons-vfs/pull/258#discussion_r854400751


##########
commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemConfigBuilder.java:
##########
@@ -193,7 +193,7 @@ protected Character getCharacter(final FileSystemOptions 
fileSystemOptions, fina
             if (StringUtils.isEmpty(str)) {
                 return defaultValue;
             }
-            value = Character.valueOf(str.charAt(0));
+            value = str.charAt(0);

Review Comment:
   Please don't change boxing and unboxing.



-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to