AddReviewerResult: Fix javadoc link
Change-Id: Iaefbe3e109c8f6343fbedb134a31fa4f34ec6407
This commit is contained in:
		@@ -41,9 +41,9 @@ public class AddReviewerResult {
 | 
				
			|||||||
  public Boolean confirm;
 | 
					  public Boolean confirm;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /**
 | 
					  /**
 | 
				
			||||||
   * @{List} of individual reviewers added to the change. The size of this list
 | 
					   * List of individual reviewers added to the change. The size of this
 | 
				
			||||||
   * may be greater than one (e.g. when a group is added). Null if no reviewers
 | 
					   * list may be greater than one (e.g. when a group is added). Null if no
 | 
				
			||||||
   * were added.
 | 
					   * reviewers were added.
 | 
				
			||||||
   */
 | 
					   */
 | 
				
			||||||
  @Nullable
 | 
					  @Nullable
 | 
				
			||||||
  public List<ReviewerInfo> reviewers;
 | 
					  public List<ReviewerInfo> reviewers;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user