XenoAmess commented on a change in pull request #25:
URL: https://github.com/apache/commons-beanutils/pull/25#discussion_r432844794



##########
File path: 
src/main/java/org/apache/commons/beanutils2/converters/NumberConverter.java
##########
@@ -87,8 +87,8 @@
  */
 public abstract class NumberConverter extends AbstractConverter {
 
-    private static final Integer ZERO = Integer.valueOf(0);
-    private static final Integer ONE  = Integer.valueOf(1);
+    private static final Integer ZERO = 0;

Review comment:
       done.




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