]> source.dussan.org Git - jgit.git/commit
Fix deprecation in DirCache caused by Instant based DirCacheEntry 96/147996/2
authorMichael Keppler <Michael.Keppler@gmx.de>
Tue, 20 Aug 2019 14:09:12 +0000 (16:09 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 20 Aug 2019 22:07:49 +0000 (00:07 +0200)
commit6cb21049d7a48dbc4384fe98a3d3093eb457e381
tree7701e1d09b492a2ba74ae53eb3ad8532d58317ca
parent86a567f6152315f5d55309c7119885d0fa3476ce
Fix deprecation in DirCache caused by Instant based DirCacheEntry

Replace the two int variables smudge_s and smudge_ns by an Instant and
use the new method DirCacheEntry.mightBeRacilyClean(Instant).

Change-Id: Id70adbb0856a64909617acf65da1bae8e2ae934a
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCache.java