From ae454832d9126651c968284c49a34fd67b50f2b1 Mon Sep 17 00:00:00 2001 From: Nasser Grainawi Date: Fri, 15 Nov 2019 14:25:51 -0800 Subject: [PATCH 1/2] dev-plugins: Fix typo in import path Change-Id: Ie5be444f316ef7895a63ea96064c7f29c5f5ed32 --- Documentation/dev-plugins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt index 0e61b981f0..e481d40666 100644 --- a/Documentation/dev-plugins.txt +++ b/Documentation/dev-plugins.txt @@ -451,8 +451,8 @@ its own custom event class derived from [source,java] ---- import com.google.gerrit.common.EventDispatcher; +import com.google.gerrit.exceptions.StorageException; import com.google.gerrit.extensions.registration.DynamicItem; -import com.google.exceptions.StorageException; import com.google.inject.Inject; class MyPlugin { From 44fbfe6e1634e829314742fcbc603070277e0499 Mon Sep 17 00:00:00 2001 From: Gal Paikin Date: Fri, 15 Nov 2019 15:09:47 -0800 Subject: [PATCH 2/2] Fix link in Accounts REST-API documentation Link was pointing to .txt instead of .html Change-Id: I0f642a5a36146a391e8e05ccf0c0d256f7b9fd0f (cherry picked from commit 7a8ad999dd75e7faf9465ff79fdcdccbc6bd8123) --- Documentation/rest-api-accounts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/rest-api-accounts.txt b/Documentation/rest-api-accounts.txt index 13dfe34c12..9e12dfa9a5 100644 --- a/Documentation/rest-api-accounts.txt +++ b/Documentation/rest-api-accounts.txt @@ -2152,7 +2152,7 @@ This can be: * a user name ("username") In all cases, accounts that are not -link:config-gerrit.txt#accounts.visibility[visible] to the calling user are not +link:config-gerrit.html#accounts.visibility[visible] to the calling user are not considered. In all cases _except_ a bare account ID and `self`/`me`, inactive accounts are