Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  PolyGerrit: Fix typos in comments
  gr-create-project-dialog: Fix typo in element id name
  AccountIT: Fix typo in variable name
  Set version to 2.16.9-SNAPSHOT
  AccountIT: Add tests for email notification on adding SSH/GPG keys
  AccountApi: Add methods to generate and set the HTTP password

Change-Id: I4f27b310c3bc100fb043c070012afe980905c9ec
This commit is contained in:
David Pursehouse
2019-05-02 09:36:50 +09:00
8 changed files with 151 additions and 11 deletions

View File

@@ -76,7 +76,7 @@ limitations under the License.
element = commentApiWrapper.$.patchRange;
// Stub methods on the changeComments object after changeComments has
// been initalized.
// been initialized.
return commentApiWrapper.loadComments();
});