| commit | 076b8e7636bf0456eab9615542280c892f6085da | [log] [tgz] |
|---|---|---|
| author | Matthias Sohn <matthias.sohn@sap.com> | Mon May 01 15:00:37 2023 +0200 |
| committer | Matthias Sohn <matthias.sohn@sap.com> | Mon May 01 15:34:47 2023 +0200 |
| tree | 8b2db654d807b9cb9c5bf8ada707f1b49ba6e7cb | |
| parent | 93e3147e5134e6be8596a4ba0ccc5e3c71f625b9 [diff] |
Add missing @since tag to IntComparator Change-Id: Ic190ab404ccb3af675cdd90cac231ce6e856ea68
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 cc4f0a4..635dd6a 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 String toString() { /** * A comparator of primitive ints. + * + * @since 6.6 */ public interface IntComparator {