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



##########
File path: 
src/main/java/org/apache/commons/beanutils2/converters/DateTimeConverter.java
##########
@@ -341,7 +341,7 @@ protected String convertToString(final Object value) throws 
Throwable {
         // Handle Long
         if (value instanceof Long) {
             final Long longObj = (Long)value;
-            return toDate(targetType, longObj.longValue());
+            return toDate(targetType, longObj);

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