Merge branch 'stable-2.15' into stable-2.16
* stable-2.15: ProjectState: Fix 'invalid type qualification' javadoc warning Change-Id: Iaa88f0007ec18cfa41025f74eb5ac4d11ffa01d5
This commit is contained in:
@@ -77,7 +77,7 @@ import org.eclipse.jgit.lib.Repository;
|
||||
|
||||
/**
|
||||
* Cached information on a project. Must not contain any data derived from parents other than it's
|
||||
* immediate parent's {@link Project.NameKey}.
|
||||
* immediate parent's {@link com.google.gerrit.reviewdb.client.Project.NameKey}.
|
||||
*/
|
||||
public class ProjectState {
|
||||
private static final FluentLogger logger = FluentLogger.forEnclosingClass();
|
||||
|
Reference in New Issue
Block a user