Fix 'invalid member type qualification' Javadoc warnings

Change-Id: Ie678a9090e7bb765cb9cecd6c4753383c7824867
This commit is contained in:
David Pursehouse 2019-12-17 13:13:43 +09:00
parent 5054d4097f
commit 308e55a73a
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ public class StalenessChecker {
/**
* Returns a {@link StalenessCheckResult} with structured information about staleness of the
* provided {@link Change.Id}.
* provided {@link com.google.gerrit.entities.Change.Id}.
*/
public StalenessCheckResult check(Change.Id id) {
ChangeIndex i = indexes.getSearchIndex();

View File

@ -54,7 +54,7 @@ public class StalenessChecker {
/**
* Returns a {@link StalenessCheckResult} with structured information about staleness of the
* provided {@link Project.NameKey}.
* provided {@link com.google.gerrit.entities.Project.NameKey}.
*/
public StalenessCheckResult check(Project.NameKey project) {
ProjectData projectData = projectCache.get(project).toProjectData();