Merge branch 'stable-2.10' into stable-2.11

* stable-2.10:
  Fix various spelling mistakes
  Prolog-Cookbook: tidy up rule status descriptions

Change-Id: I9e2d8b55869f2da7a7e6ff74a6429424dfdc795d
This commit is contained in:
David Pursehouse
2015-05-19 16:30:35 +09:00
12 changed files with 22 additions and 23 deletions

View File

@@ -32,7 +32,7 @@ public interface ProjectCache {
* Get the cached data for a project by its unique name.
*
* @param projectName name of the project.
* @return the cached data; null if no such project exists or a error occured.
* @return the cached data; null if no such project exists or a error occurred.
* @see #checkedGet(com.google.gerrit.reviewdb.client.Project.NameKey)
*/
public ProjectState get(Project.NameKey projectName);