bd2019us opened a new pull request #40: ATLAS-3134 System.currentTimeMillis() 
is better than Date.getTime()
URL: https://github.com/apache/atlas/pull/40
 
 
   new Date() is just a thin wrapper around System.currentTimeMillis(). Using 
System.currentTimeMillis() is better since we don't need create a new object

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to