felix
felix copied to clipboard
FELIX-6101:use System.currentTimeMillis()
Hello, new Date() is just a thin wrapper around System.currentTimeMillis(). Using System.currentTimeMillis() can help speed up the system.
R: @jbonofre