diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 15:00:37 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-01 15:34:47 +0200 |
commit | 076b8e7636bf0456eab9615542280c892f6085da (patch) | |
tree | 8b2db654d807b9cb9c5bf8ada707f1b49ba6e7cb | |
parent | 93e3147e5134e6be8596a4ba0ccc5e3c71f625b9 (diff) | |
download | jgit-076b8e7636bf0456eab9615542280c892f6085da.tar.gz jgit-076b8e7636bf0456eab9615542280c892f6085da.zip |
Add missing @since tag to IntComparator
Change-Id: Ic190ab404ccb3af675cdd90cac231ce6e856ea68
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/util/IntList.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/IntList.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/IntList.java index cc4f0a46fe..635dd6a1cc 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/util/IntList.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/IntList.java @@ -220,6 +220,8 @@ public class IntList { /** * A comparator of primitive ints. + * + * @since 6.6 */ public interface IntComparator { |