Update import in Documentation/dev-plugins.txt

Documentation/dev-plugins.txt contains an old import for AllProjectsConfig

Change-Id: Ifb4298d13130f6db5e58f4c55caab1376a20a36d
This commit is contained in:
Jiří Engelthaler 2015-02-16 09:44:32 +01:00
parent 6a78963c0c
commit 3033a0af0e

View File

@ -274,7 +274,7 @@ the @PluginName String injection containing their own plugin name.
During their initialization plugins may get access to the
`project.config` file of the `All-Projects` project and they are able
to store configuration parameters in it. For this a plugin `InitStep`
can get `com.google.gerrit.pgm.init.AllProjectsConfig` injected:
can get `com.google.gerrit.pgm.init.api.AllProjectsConfig` injected:
[source,java]
----