ninjaframework / ninja

Ninja is a full stack web framework for Java. Rock solid, fast and super productive.
http://www.ninjaframework.org
Apache License 2.0
1.91k stars 521 forks source link

Use primitive long #725

Closed thibaultmeyer closed 2 years ago

thibaultmeyer commented 2 years ago

The variables 'expiryTime' and 'timestamp" are only assigned values of primitive type and are never 'null', but they are declared with the boxed type 'Long'.