On 2015-02-27 18:00, Xueming Shen wrote:
Any reason setlastModifiedTime() uses javaToDosTime()? maybe the original pair should be private?
Right, hiding the now internal methods and making the calls consistent is a better practice here. http://cr.openjdk.java.net/~redestad/jdk9/8073497/webrev.6/ /Claes