Closed jamierocks closed 9 years ago
@lexware Just want to note we don't just remove methods, we want an api that works from version to version. So it would be creating a new method with a new name, and deprecate the old one.
Of course, I wanted to leave that decision to you.
Thanks :)
getTimestamp()
togetExpiration()
andsetTimestamp(long)
tosetExpiration(long)
and possible changegetTimestamp() / getExpiration()
to return a Date object andsetExpiration(long)
tosetExpiration(Date)
long/Date getCreated()
andsetCreated(long/Date)