Fix Javadoc in Plugin#init

This commit is contained in:
md_5 2016-11-06 11:51:52 +11:00
parent ee256d0a8d
commit 1ad81564ad

View File

@ -77,8 +77,8 @@ public class Plugin
/**
* Called by the loader to initialize the fields in this plugin.
*
* @param proxy current proxy instance
* @param description the description that describes this plugin
* @param jarfile this plugins jar or container
*/
final void init(ProxyServer proxy, PluginDescription description)
{