Allow LockFile to cache report modification time to callers
commit3dfcdca6485a6c9faec02183c1ee7676080381c4
authorShawn O. Pearce <spearce@spearce.org>
Fri, 4 Apr 2008 23:28:52 +0000 (4 19:28 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:06:42 +0000 (7 01:06 -0400)
treead7d7348f676617f16e7bc532392bb846c3f38c0
parentcab6346d07be8f44ea38f289f7b441ccf69f048d
Allow LockFile to cache report modification time to callers

Right before commit some callers may need to know the modification
time of the file they are about to record, as that can be something
they later cache to know when the file needs to be reread.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/lib/LockFile.java