diff --git a/pom.xml b/pom.xml index 9b2f05cd2..edad3fc7f 100644 --- a/pom.xml +++ b/pom.xml @@ -282,9 +282,6 @@ maven-javadoc-plugin 2.10.3 - UTF-8 - UTF-8 - true public false diff --git a/src/main/java/fr/xephi/authme/settings/SpawnLoader.java b/src/main/java/fr/xephi/authme/settings/SpawnLoader.java index f2a4cc5c1..212e02358 100644 --- a/src/main/java/fr/xephi/authme/settings/SpawnLoader.java +++ b/src/main/java/fr/xephi/authme/settings/SpawnLoader.java @@ -44,6 +44,7 @@ public class SpawnLoader implements SettingsDependent { * @param pluginFolder The AuthMe data folder * @param settings The setting instance * @param pluginHooks The plugin hooks instance + * @param dataSource The plugin auth database instance */ @Inject public SpawnLoader(@DataFolder File pluginFolder, NewSetting settings, PluginHooks pluginHooks,