diff options
author | Ivan Frade <ifrade@google.com> | 2024-12-13 10:47:08 -0800 |
---|---|---|
committer | Ivan Frade <ifrade@google.com> | 2024-12-17 15:54:11 -0800 |
commit | a783bb76caa148577d2f5ce11ef037a547d51c34 (patch) | |
tree | a5616fb362638e6bf10bca7ebf363771ab7728fe /org.eclipse.jgit.ui/src | |
parent | 937cfdc765c2c523013c00eff7e14cf3c88e94d1 (diff) | |
download | jgit-a783bb76caa148577d2f5ce11ef037a547d51c34.tar.gz jgit-a783bb76caa148577d2f5ce11ef037a547d51c34.zip |
transport: Remove usage of CommitTimeRevFilter with long and Dates
[errorprone] The Date API is full of major design flaws and pitfalls
and should be avoided at all costs. Prefer the java.time APIs,
specifically, java.time.Instant (for physical time) and
java.time.LocalDate[Time] (for civil time).
Move callers to the CommitTimeRevFilter java.time.Instant API
introduced in the parent commit.
Change-Id: Ib92c56ae09f1ad3df7628a8c61212eb84250700d
Diffstat (limited to 'org.eclipse.jgit.ui/src')
0 files changed, 0 insertions, 0 deletions