Add javadoc on RevCommit

Change-Id: Ib413154fe52983286cb6307862a7373af4fec6e8
This commit is contained in:
Ronald Bhuleskar 2022-08-05 12:59:39 -07:00 committed by Terry Parker
parent 5747bba48b
commit 1a2aa740c8
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@
/**
* A commit reference to a commit in the DAG.
*
* The state of the RevCommit isn't populated until the commit is parsed. The
* newly created RevCommit is unparsed and only has an objectId reference. Other
* states like parents, trees, commit ident, commit message, etc. are
* populated/available when the commit is parsed.
*/
public class RevCommit extends RevObject {
private static final int STACK_DEPTH = 500;