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:
David Pursehouse
2019-08-27 09:41:21 +09:00

View File

@@ -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();