Handle the case when the file timestamp in java is rounded to seconds
commit1e36c81085ed4a31c8cf338057c562d08d40c670
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 13 Apr 2009 20:45:00 +0000 (13 22:45 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 17 Apr 2009 14:47:14 +0000 (17 07:47 -0700)
tree731de5fdb9addb8dbee7085801faf0160cea1757
parent7c1e465d5d2deee065ee3e0f5b5da2b446fd4f56
Handle the case when the file timestamp in java is rounded to seconds

Even if the file systems support subsecond timestamp resolution
the Java runtime, including the Eclipse resources may return
timestamps that are truncated to seconds only.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/decorators/DecoratableResourceAdapter.java