]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tag for RevCommit#parents introduced in 61b4d105e4 56/195156/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 12 Aug 2022 08:38:57 +0000 (10:38 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 12 Aug 2022 08:38:57 +0000 (10:38 +0200)
Change-Id: I3b5c22eea7d0af5464c7df7a7cd855ea08029853

org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevCommit.java

index 7a74e314f6b41ee5d9b913eb2951e1bec1ac9204..70490eec79308d088a99738b7eeecfe5b7c35cef 100644 (file)
@@ -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;