Merge branch 'stable-3.0' into stable-3.1
* stable-3.0: Fix link in Accounts REST-API documentation dev-plugins: Fix typo in import path Change-Id: I3ecf2d9b9725650e44c0cf1a3e33e85f5e4df34f
This commit is contained in:
@@ -452,8 +452,8 @@ its own custom event class derived from
|
|||||||
[source,java]
|
[source,java]
|
||||||
----
|
----
|
||||||
import com.google.gerrit.common.EventDispatcher;
|
import com.google.gerrit.common.EventDispatcher;
|
||||||
|
import com.google.gerrit.exceptions.StorageException;
|
||||||
import com.google.gerrit.extensions.registration.DynamicItem;
|
import com.google.gerrit.extensions.registration.DynamicItem;
|
||||||
import com.google.exceptions.StorageException;
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
|
|
||||||
class MyPlugin {
|
class MyPlugin {
|
||||||
|
@@ -2143,7 +2143,7 @@ This can be:
|
|||||||
* a user name ("username")
|
* a user name ("username")
|
||||||
|
|
||||||
In all cases, accounts that are not
|
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.
|
considered.
|
||||||
|
|
||||||
In all cases _except_ a bare account ID and `self`/`me`, inactive accounts are
|
In all cases _except_ a bare account ID and `self`/`me`, inactive accounts are
|
||||||
|
Reference in New Issue
Block a user