Files
gerrit/java
David Pursehouse cba560d1fc Stop using deprecated DirCacheEntry#setLastModified(long)
Since [1], which is included in JGit since 5.1.10.201908230655-r, the
method DirCacheEntry#setLastModified(long) is deprecated in favor of
DirCacheEntry#setLastModified(Instant).

Replace the only usage of the deprecated call with the new one.

[1] https://git.eclipse.org/r/#/c/145437/

Change-Id: I7c87b20d518ad68652d2f91317d6a4505df21fe4
2019-08-27 09:41:32 +09:00
..
2018-08-14 08:07:59 +02:00