Fix javadoc unresolved link warning

This change fixes this warning:

  warning - Tag @link: reference not found: PatchSetAncestor

Change-Id: I999749ea8a95c71ee9c3d51a169e698299db243a
This commit is contained in:
David Ostrovsky 2014-02-01 15:11:51 +01:00
parent 0eca733594
commit a8a303c809

View File

@ -45,9 +45,9 @@ public enum ChangeStatus {
* <p>
* Typically a change resides in the SUBMITTED for only a brief sub-second
* period while the merge queue fires and the destination branch is updated.
* However, if a dependency commit (a {@link PatchSetAncestor}, directly or
* transitively) is not yet merged into the branch, the change will hang in
* the SUBMITTED state indefinitely.
* However, if a dependency commit (directly or transitively) is not yet
* merged into the branch, the change will hang in the SUBMITTED state
* indefinitely.
*
* <p>
* Changes in the SUBMITTED state can be moved to: