GlobalPluginConfig: Fix typo in Javadoc

Change-Id: Ic01bbe6d6d4adf843fbe8b4b7b91268f976cac49
This commit is contained in:
David Pursehouse 2017-09-08 11:00:49 +09:00
parent a36898024f
commit 4b12bb0979
1 changed files with 1 additions and 1 deletions

View File

@ -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() */