Fix 'invalid member type qualification' Javadoc warnings
Change-Id: Ie678a9090e7bb765cb9cecd6c4753383c7824867
This commit is contained in:
parent
5054d4097f
commit
308e55a73a
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user