diff options
author | Antoine Musso <hashar@free.fr> | 2023-06-09 14:03:27 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-09 16:40:35 +0200 |
commit | c7960910f0baa0fe7e5b7e24e8681afeffea22a0 (patch) | |
tree | fb37097cb639aac74ac181835081495e45fcbbb0 /org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/internal/AtomicObjectOutputStream.java | |
parent | ff4caff26ad4895e382a67ca92efae5757ca02cf (diff) | |
download | jgit-c7960910f0baa0fe7e5b7e24e8681afeffea22a0.tar.gz jgit-c7960910f0baa0fe7e5b7e24e8681afeffea22a0.zip |
Mark COMMIT_GENERATION_* constants final
In org.eclipse.jgit.lib.Constants the constants are all marked final
with the exception of:
- COMMIT_GENERATION_UNKOWN
- COMMIT_GENERATION_NOT_COMPUTED
They were introduced by cf70e7cbe4f without the `final` keyword while
other constants have it which certainly has been forgotten.
The javadoc `{@value}` tag causes raises a warning about the fields not
being constants which is how I have discovered the ommission.
Change-Id: I0ad87f42355440c7d50158e773a280a0526e9671
Diffstat (limited to 'org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/internal/AtomicObjectOutputStream.java')
0 files changed, 0 insertions, 0 deletions