diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-08-16 17:00:43 -0400 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | 2022-08-16 17:00:43 -0400 |
commit | ab3799be37834a0ab9ac394eae1fe7c2766ee516 (patch) | |
tree | 154790ae124f37ad91a86a3d1a5eacf81e59a828 /org.eclipse.jgit/src | |
parent | b255eb0fb6ab9c7487423083e8df9b1e373bc37e (diff) | |
parent | 7854122b921d089b5877a8a8ff527a82c499feba (diff) | |
download | jgit-ab3799be37834a0ab9ac394eae1fe7c2766ee516.tar.gz jgit-ab3799be37834a0ab9ac394eae1fe7c2766ee516.zip |
Merge changes Ib6689f54,I3b5c22ee
* changes:
Remove unused API problem filters
Add missing @since tag for RevCommit#parents introduced in 61b4d105e4
Diffstat (limited to 'org.eclipse.jgit/src')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevCommit.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevCommit.java b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevCommit.java index 7a74e314f6..70490eec79 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevCommit.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevCommit.java @@ -106,6 +106,8 @@ public class RevCommit extends RevObject { * Avoid accessing this field directly. Use method * {@link RevCommit#getParents()} instead. RevCommit does not allow parents * to be overridden and altering parent(s) is not supported. + * + * @since 6.3 */ protected RevCommit[] parents; |