GlobalPluginConfig: Fix typo in Javadoc
Change-Id: Ic01bbe6d6d4adf843fbe8b4b7b91268f976cac49
This commit is contained in:
parent
a36898024f
commit
4b12bb0979
@ -25,7 +25,7 @@ import java.lang.annotation.Target;
|
||||
@Retention(RUNTIME)
|
||||
@Repeatable(GlobalPluginConfigs.class)
|
||||
public @interface GlobalPluginConfig {
|
||||
/** Name of the plugin, corresponding to {@code $site/etc/@pluginName.comfig}. */
|
||||
/** Name of the plugin, corresponding to {@code $site/etc/@pluginName.config}. */
|
||||
String pluginName();
|
||||
|
||||
/** @see GerritConfig#name() */
|
||||
|
Loading…
x
Reference in New Issue
Block a user