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 7a74e314f..70490eec7 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 static RevCommit parse(RevWalk rw, byte[] raw) throws IOException { * 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;