ProjectChangeId: Fix "invalid member type qualification" Javadoc warnings
Change-Id: I2986d5cf8a05d26e29bb2cc5f26835ec6920af66
This commit is contained in:
		@@ -76,8 +76,10 @@ public class ProjectChangeId {
 | 
			
		||||
   * Calculate the length of the string representation of the change ID that was parsed from the
 | 
			
		||||
   * token.
 | 
			
		||||
   *
 | 
			
		||||
   * @return the length of the {@link Change.Id} if no project was parsed from the token. The length
 | 
			
		||||
   *     of {@link Project.NameKey} + the delimiter + the length of {@link Change.Id} otherwise.
 | 
			
		||||
   * @return the length of the {@link com.google.gerrit.reviewdb.client.Change.Id} if no project was
 | 
			
		||||
   *     parsed from the token. The length of {@link
 | 
			
		||||
   *     com.google.gerrit.reviewdb.client.Project.NameKey} + the delimiter + the length of {@link
 | 
			
		||||
   *     com.google.gerrit.reviewdb.client.Change.Id} otherwise.
 | 
			
		||||
   */
 | 
			
		||||
  public int identifierLength() {
 | 
			
		||||
    if (project == null) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user