Add missing @since tag for RevCommit#parents introduced in 61b4d105e4

Change-Id: I3b5c22eea7d0af5464c7df7a7cd855ea08029853
This commit is contained in:
Matthias Sohn 2022-08-12 10:38:57 +02:00
parent 2417c9f0e4
commit 4bec6d98b8
1 changed files with 2 additions and 0 deletions

View File

@ -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;