From c4c75c0ce5a68d8f1134589983cb20b4d0d0a1cd Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 27 Jan 2020 16:21:05 +0000 Subject: [PATCH] javadoc fix --- apps/routerconsole/java/src/net/i2p/router/web/NavHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/routerconsole/java/src/net/i2p/router/web/NavHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/NavHelper.java index 0b89b6685..fb0a9a32a 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/NavHelper.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/NavHelper.java @@ -18,7 +18,7 @@ public class NavHelper { * To register a new client application so that it shows up on the router * console's nav bar, it should be registered with this singleton. * - * @param name standard name for the app (plugin) + * @param appName standard name for the app (plugin) * @param displayName translated name the app will be called in the link * warning, this is the display name aka ConsoleLinkName, not the plugin name * @param path full path pointing to the application's root